┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/iconsviewsettingspage.h
diff options
context:
space:
mode:
authorAndrius Štikonas <[email protected]>2009-06-30 20:09:04 +0000
committerAndrius Štikonas <[email protected]>2009-06-30 20:09:04 +0000
commit23bd9f0d6668cf56fc2820c5176c74b74fb4b038 (patch)
tree4bbaec08db5f80b36fbdccf9b7fe380f9837d631 /src/settings/iconsviewsettingspage.h
parentc1a086da25e746ddf7dbe7f212d3cc61a9174035 (diff)
Use KIntSpinBox instead of QSpinBox for better integration with KDE. As a bonus this allows to use plural suffix in spinboxes since KDE 4.3 if necessary.
svn path=/trunk/KDE/kdebase/apps/; revision=989742
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;