]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/viewsettingspage.h
Hide the "Sort by Rating" and "Sort by Tags" menu entries for KDE 4.0, as currently...
[dolphin.git] / src / viewsettingspage.h
index 012842dc20a6e91d13d0a334b1b4faf9c507f63a..46671cb0c3c43adb97a2ad111c230dc34918a741 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef VIEWSETTINGSPAGE_H
 #define VIEWSETTINGSPAGE_H
 
-#include <qwidget.h>
+#include <QtGui/QWidget>
 #include <settingspagebase.h>
 
 class ColumnViewSettingsPage;
@@ -43,9 +43,12 @@ public:
     ViewSettingsPage(DolphinMainWindow* mainWindow, QWidget* parent);
     virtual ~ViewSettingsPage();
 
-    /** @see SettingsPageBase::applySettings */
+    /** @see SettingsPageBase::applySettings() */
     virtual void applySettings();
 
+    /** @see SettingsPageBase::restoreDefaults() */
+    virtual void restoreDefaults();
+
 private:
     GeneralViewSettingsPage* m_generalPage;
     IconsViewSettingsPage* m_iconsPage;