┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/previewssettingspage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings/previewssettingspage.h')
-rw-r--r--src/settings/previewssettingspage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings/previewssettingspage.h b/src/settings/previewssettingspage.h
index bce1f5be5..1458c1b51 100644
--- a/src/settings/previewssettingspage.h
+++ b/src/settings/previewssettingspage.h
@@ -28,7 +28,7 @@ class QCheckBox;
class QListWidget;
class QRadioButton;
class QSlider;
-class QSpinBox;
+class KIntSpinBox;
/**
* @brief Allows the configuration of file previews.
@@ -62,7 +62,7 @@ private:
QListWidget* m_previewPluginsList;
QStringList m_enabledPreviewPlugins;
QSlider* m_maxPreviewSize;
- QSpinBox* m_spinBox;
+ KIntSpinBox* m_spinBox;
QCheckBox* m_useFileThumbnails;
};