]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinsettingsdialog.h
Hide the "Sort by Rating" and "Sort by Tags" menu entries for KDE 4.0, as currently...
[dolphin.git] / src / dolphinsettingsdialog.h
index 612baa3c2380c7bbd0a3ba7e26868b940424405d..e68d8279892e20362b60ed84602f02548a26014c 100644 (file)
@@ -29,8 +29,7 @@ class DolphinMainWindow;
 /**
  * @brief Settings dialog for Dolphin.
  *
- * Contains the pages for general settings, view settings and
- * bookmark settings.
+ * Contains the pages for general settings and view settings.
  *
  * @author Peter Penz <peter.penz@gmx.at>
  */
@@ -51,7 +50,6 @@ private:
     void restoreDefaults();
 
 private:
-    DolphinMainWindow* m_mainWindow;
     GeneralSettingsPage* m_generalSettingsPage;
     ViewSettingsPage* m_viewSettingsPage;
 };