┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/detailsviewsettingspage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/detailsviewsettingspage.h')
-rw-r--r--src/detailsviewsettingspage.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/detailsviewsettingspage.h b/src/detailsviewsettingspage.h
index d292a1aef..587d42244 100644
--- a/src/detailsviewsettingspage.h
+++ b/src/detailsviewsettingspage.h
@@ -23,8 +23,8 @@
#include <viewsettingspagebase.h>
class DolphinFontRequester;
+class IconSizeGroupBox;
class QCheckBox;
-class QRadioButton;
/**
* @brief Represents the page from the Dolphin Settings which allows
@@ -52,9 +52,7 @@ private:
void loadSettings();
private:
- QRadioButton* m_smallIconSize;
- QRadioButton* m_mediumIconSize;
- QRadioButton* m_largeIconSize;
+ IconSizeGroupBox* m_iconSizeGroupBox;
DolphinFontRequester* m_fontRequester;
QCheckBox* m_expandableFolders;
};