┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/iconsviewsettingspage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings/iconsviewsettingspage.h')
-rw-r--r--src/settings/iconsviewsettingspage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings/iconsviewsettingspage.h b/src/settings/iconsviewsettingspage.h
index c30ade673..e2a2f2125 100644
--- a/src/settings/iconsviewsettingspage.h
+++ b/src/settings/iconsviewsettingspage.h
@@ -27,7 +27,7 @@ class DolphinFontRequester;
class IconSizeGroupBox;
class QCheckBox;
class KComboBox;
-class QSpinBox;
+class KIntSpinBox;
/**
* @brief Tab page for the 'Icons Mode' and 'Previews Mode' settings
@@ -79,7 +79,7 @@ private:
IconSizeGroupBox* m_iconSizeGroupBox;
KComboBox* m_textWidthBox;
DolphinFontRequester* m_fontRequester;
- QSpinBox* m_textlinesCountBox;
+ KIntSpinBox* m_textlinesCountBox;
KComboBox* m_arrangementBox;
KComboBox* m_gridSpacingBox;