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.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/columnviewsettingspage.h') diff --git a/src/columnviewsettingspage.h b/src/columnviewsettingspage.h index a797a5705..5e16dc67b 100644 --- a/src/columnviewsettingspage.h +++ b/src/columnviewsettingspage.h @@ -25,7 +25,7 @@ class DolphinMainWindow; class DolphinFontRequester; class IconSizeGroupBox; -class QComboBox; +class KComboBox; /** * @brief Represents the page from the Dolphin Settings which allows @@ -55,7 +55,7 @@ private: private: IconSizeGroupBox* m_iconSizeGroupBox; DolphinFontRequester* m_fontRequester; - QComboBox* m_textWidthBox; + KComboBox* m_textWidthBox; }; #endif -- cgit v1.3