diff options
Diffstat (limited to 'src/iconsviewsettingspage.h')
| -rw-r--r-- | src/iconsviewsettingspage.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
