diff options
| author | Peter Penz <[email protected]> | 2008-08-26 22:21:50 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-08-26 22:21:50 +0000 |
| commit | ca7aaecbdbddb27f7442e69d2770b97b4307f338 (patch) | |
| tree | 82e3ebf42148cebb706af41bc48dd2f7895d2f6a /src/detailsviewsettingspage.h | |
| parent | 71819c80bb79229da4c4a9c5fc57ae7fab3fd0d4 (diff) | |
Provide a common iconsize-widget for the settings dialog of the icons-, details- and column-view. The current version still requires some improvements (Labels on the left + right, preview, ...).
svn path=/trunk/KDE/kdebase/apps/; revision=852961
Diffstat (limited to 'src/detailsviewsettingspage.h')
| -rw-r--r-- | src/detailsviewsettingspage.h | 6 |
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; }; |
