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

List:       kde-commits
Subject:    KDE/kdepimlibs/kabc
From:       Allen Winter <winter () kde ! org>
Date:       2008-01-23 0:42:03
Message-ID: 1201048923.479466.2633.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 765031 by winterz:

QComboBox -> KComboBox


 M  +3 -3      distributionlistdialog.cpp  


--- trunk/KDE/kdepimlibs/kabc/distributionlistdialog.cpp #765030:765031
@@ -27,12 +27,12 @@
 #include <klocale.h>
 #include <kdebug.h>
 #include <kmessagebox.h>
+#include <kcombobox.h>
 
 #include <QtGui/QTreeWidget>
 #include <QtGui/QLayout>
 #include <QtGui/QLabel>
 #include <QtGui/QPushButton>
-#include <QtGui/QComboBox>
 #include <QtGui/QGroupBox>
 #include <QtGui/QButtonGroup>
 #include <QtGui/QRadioButton>
@@ -176,7 +176,7 @@
     void save();
 
     DistributionListEditorWidget *mParent;
-    QComboBox *mNameCombo;
+    KComboBox *mNameCombo;
     QLabel *mListLabel;
     QTreeWidget *mEntryView;
     QTreeWidget *mAddresseeView;
@@ -198,7 +198,7 @@
   QBoxLayout *nameLayout = new QHBoxLayout();
   topLayout->addLayout( topLayout );
 
-  d->mNameCombo = new QComboBox( this );
+  d->mNameCombo = new KComboBox( this );
   nameLayout->addWidget( d->mNameCombo );
   connect( d->mNameCombo, SIGNAL( activated( int ) ), SLOT( updateEntryView() ) );
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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