From 6705ce53811c6f4ab7abe208337d02054afaa57a Mon Sep 17 00:00:00 2001 From: Jordi Polo Date: Wed, 12 Nov 2008 15:15:14 +0000 Subject: Changed a bunch of QCombobox to KCombobox and other similar classes as suggested by Krazy. But I didn't see any improvement in the style or funcionality... svn path=/trunk/KDE/kdebase/apps/; revision=883286 --- src/columnviewsettingspage.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/columnviewsettingspage.cpp') diff --git a/src/columnviewsettingspage.cpp b/src/columnviewsettingspage.cpp index cecc5f14e..27774cd33 100644 --- a/src/columnviewsettingspage.cpp +++ b/src/columnviewsettingspage.cpp @@ -27,10 +27,10 @@ #include #include +#include #include #include -#include #include #include #include @@ -73,7 +73,7 @@ ColumnViewSettingsPage::ColumnViewSettingsPage(QWidget* parent) : connect(m_fontRequester, SIGNAL(changed()), this, SIGNAL(changed())); QLabel* textWidthLabel = new QLabel(i18nc("@label:listbox", "Text width:"), textGroup); - m_textWidthBox = new QComboBox(textGroup); + m_textWidthBox = new KComboBox(textGroup); m_textWidthBox->addItem(i18nc("@item:inlistbox Text width", "Small")); m_textWidthBox->addItem(i18nc("@item:inlistbox Text width", "Medium")); m_textWidthBox->addItem(i18nc("@item:inlistbox Text width", "Large")); -- cgit v1.3