]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinmainwindow.h
DolphinPart: provide a way to switch between view modes in konqueror.
[dolphin.git] / src / dolphinmainwindow.h
index 991312c0cb97b79ec4689d4a1757be329ba6fb65..dac0c0be8fada949ffc85c04592521fe34f13ddf 100644 (file)
@@ -251,14 +251,8 @@ private slots:
      */
     void invertSelection();
 
-    /** The current active view is switched to the icons mode. */
-    void setIconsView();
-
-    /** The current active view is switched to the details mode. */
-    void setDetailsView();
-
-    /** The current active view is switched to the column mode. */
-    void setColumnView();
+    /** The current active view is switched to a new view mode. */
+    void setViewMode(QAction *);
 
     /** The sorting of the current view should be done by the name. */
     void sortByName();