┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/detailsviewsettingspage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/detailsviewsettingspage.h')
-rw-r--r--src/detailsviewsettingspage.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/detailsviewsettingspage.h b/src/detailsviewsettingspage.h
index 95f611b85..f0214daa0 100644
--- a/src/detailsviewsettingspage.h
+++ b/src/detailsviewsettingspage.h
@@ -24,15 +24,15 @@
#include <kvbox.h>
class DolphinMainWindow;
+class KFontRequester;
class QCheckBox;
-class QFontComboBox;
class QSpinBox;
class QComboBox;
class QRadioButton;
/**
* @brief Represents the page from the Dolphin Settings which allows
- * to modify the settings for the details view.
+ * to modify the settings for the details view.
*/
class DetailsViewSettingsPage : public KVBox
{
@@ -58,9 +58,7 @@ private:
QRadioButton* m_smallIconSize;
QRadioButton* m_mediumIconSize;
QRadioButton* m_largeIconSize;
-
- QFontComboBox* m_fontFamilyBox;
- QSpinBox* m_fontSizeBox;
+ KFontRequester* m_fontRequester;
};
#endif