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/iconsviewsettingspage.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/iconsviewsettingspage.h') diff --git a/src/iconsviewsettingspage.h b/src/iconsviewsettingspage.h index a24cc9591..75db81e53 100644 --- a/src/iconsviewsettingspage.h +++ b/src/iconsviewsettingspage.h @@ -26,7 +26,7 @@ class DolphinFontRequester; class IconSizeGroupBox; class QCheckBox; -class QComboBox; +class KComboBox; class QSpinBox; /** @@ -77,12 +77,12 @@ private: }; IconSizeGroupBox* m_iconSizeGroupBox; - QComboBox* m_textWidthBox; + KComboBox* m_textWidthBox; DolphinFontRequester* m_fontRequester; QSpinBox* m_textlinesCountBox; - QComboBox* m_arrangementBox; - QComboBox* m_gridSpacingBox; + KComboBox* m_arrangementBox; + KComboBox* m_gridSpacingBox; }; #endif -- cgit v1.3.1