┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2011-04-15 20:52:27 +0200
committerPeter Penz <[email protected]>2011-04-15 20:53:13 +0200
commitd4be11f20533cab0011c039d40041a2fab5d67a9 (patch)
tree58ba2dc1afe6a37ee804d22599b4d04eec983413 /src/dolphinmainwindow.h
parent14bae32f371663d172e1dd39d98080fd8695d991 (diff)
Assure that the startup-settings are applied immediately
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h
index ef4d29a5b..4ba745125 100644
--- a/src/dolphinmainwindow.h
+++ b/src/dolphinmainwindow.h
@@ -99,12 +99,6 @@ public:
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. */