]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinmainwindow.h
Assure that the startup-settings are applied immediately
[dolphin.git] / src / dolphinmainwindow.h
index ef4d29a5bc3203f8c6ccb5260d3275baf3eceed2..4ba7451258b96b92fdba4564d5b653d8206e34b4 100644 (file)
@@ -98,12 +98,6 @@ public:
     /** Renames the item represented by \a oldUrl to \a newUrl. */
     void rename(const KUrl& oldUrl, const KUrl& newUrl);
 
-    /**
-     * Refreshes the views of the main window by recreating them according to
-     * the given Dolphin settings.
-     */
-    void refreshViews();
-
     /**
      * Returns the 'Create New...' sub menu which also can be shared
      * with other menus (e. g. a context menu).
@@ -166,6 +160,12 @@ protected:
     virtual void readProperties(const KConfigGroup& group);
 
 private slots:
+    /**
+     * Refreshes the views of the main window by recreating them according to
+     * the given Dolphin settings.
+     */
+    void refreshViews();
+
     void clearStatusBar();
 
     /** Updates the 'Create New...' sub menu. */