┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/viewsettingspage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/viewsettingspage.h')
-rw-r--r--src/viewsettingspage.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/viewsettingspage.h b/src/viewsettingspage.h
index baec5296e..f41238733 100644
--- a/src/viewsettingspage.h
+++ b/src/viewsettingspage.h
@@ -23,14 +23,15 @@
#include <qwidget.h>
#include <settingspagebase.h>
+class GeneralViewSettingsPage;
class IconsViewSettingsPage;
class DetailsViewSettingsPage;
/**
* @brief Page for the 'View' settings of the Dolphin settings dialog.
*
- * The views settings allow to set the properties for the icons mode,
- * the details mode and the previews mode.
+ * The views settings allow to set the properties for the icons mode and
+ * the details mode.
*
* @author Peter Penz <[email protected]>
*/
@@ -47,6 +48,7 @@ public:
virtual void applySettings();
private:
+ GeneralViewSettingsPage* m_generalPage;
IconsViewSettingsPage* m_iconsPage;
DetailsViewSettingsPage* m_detailsPage;
};