From d4be11f20533cab0011c039d40041a2fab5d67a9 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 15 Apr 2011 20:52:27 +0200 Subject: Assure that the startup-settings are applied immediately --- src/dolphinmainwindow.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index ef4d29a5b..4ba745125 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -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. */ -- cgit v1.3