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 #include #include +#include #include #include #include #include -#include #include #include #include @@ -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() ) );