[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepim/kmail
From:       Volker Krause <vkrause () kde ! org>
Date:       2010-11-20 15:52:29
Message-ID: 20101120155229.4E5BEAC8A0 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1199093 by vkrause:

attempt to compile on MeeGo


 M  +4 -0      mailinglistpropertiesdialog.cpp  
 M  +6 -0      mailinglistpropertiesdialog.h  


--- trunk/KDE/kdepim/kmail/mailinglistpropertiesdialog.cpp #1199092:1199093
@@ -140,7 +140,11 @@
   }
   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 );
 
--- trunk/KDE/kdepim/kmail/mailinglistpropertiesdialog.h #1199092:1199093
@@ -30,6 +30,7 @@
 #define MAILINGLISTPROPERTIESDIALOG_H
 
 #include "messagecore/mailinglist.h"
+#include <kdeversion.h>
 #include <kdialog.h>
 #include "foldercollection.h"
 class QCheckBox;
@@ -37,6 +38,7 @@
 class QLabel;
 class KComboBox;
 class KEditListBox;
+class KEditListWidget;
 
 namespace KMail
 {
@@ -77,7 +79,11 @@
   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
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic