diff --git a/mailinglistpropertiesdialog.cpp b/mailinglistpropertiesdialog.cpp index 0154ab1d7..ebb663f60 100644 --- a/mailinglistpropertiesdialog.cpp +++ b/mailinglistpropertiesdialog.cpp @@ -37,11 +37,7 @@ #include #include -#if KDE_IS_VERSION( 4, 5, 74 ) #include -#else -#include -#endif #include #include #include @@ -144,11 +140,7 @@ MailingListFolderPropertiesDialog::MailingListFolderPropertiesDialog( QWidget* p } groupLayout->addWidget( handleButton, 6, 2 ); -#if KDE_IS_VERSION( 4, 5, 74 ) mEditList = new KEditListWidget( mlGroup ); -#else - mEditList = new KEditListBox( mlGroup ); -#endif mEditList->setEnabled( false ); groupLayout->addWidget( mEditList, 7, 0, 1, 4 ); diff --git a/mailinglistpropertiesdialog.h b/mailinglistpropertiesdialog.h index e8b876e38..d48464d47 100644 --- a/mailinglistpropertiesdialog.h +++ b/mailinglistpropertiesdialog.h @@ -30,14 +30,12 @@ #define MAILINGLISTPROPERTIESDIALOG_H #include "messagecore/mailinglist.h" -#include #include #include "foldercollection.h" class QCheckBox; class QPushButton; class QLabel; class KComboBox; -class KEditListBox; class KEditListWidget; namespace KMail @@ -79,11 +77,7 @@ private: QPushButton *mDetectButton; KComboBox *mAddressCombo; int mLastItem; -#if KDE_IS_VERSION( 4, 5, 74 ) KEditListWidget *mEditList; -#else - KEditListBox *mEditList; -#endif QLabel *mMLId; MailingList mMailingList; }; // End of class MailingListFolderProperties