diff options
Diffstat (limited to 'src/statusbar')
| -rw-r--r-- | src/statusbar/dolphinstatusbar.cpp | 2 | ||||
| -rw-r--r-- | src/statusbar/dolphinstatusbar.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/statusbar/dolphinstatusbar.cpp b/src/statusbar/dolphinstatusbar.cpp index c733ebe02..b01f6042c 100644 --- a/src/statusbar/dolphinstatusbar.cpp +++ b/src/statusbar/dolphinstatusbar.cpp @@ -254,7 +254,7 @@ QString DolphinStatusBar::defaultText() const return m_messageLabel->defaultText(); } -void DolphinStatusBar::refresh() +void DolphinStatusBar::readSettings() { setExtensionsVisible(true); } diff --git a/src/statusbar/dolphinstatusbar.h b/src/statusbar/dolphinstatusbar.h index 32d603ac5..789656b8e 100644 --- a/src/statusbar/dolphinstatusbar.h +++ b/src/statusbar/dolphinstatusbar.h @@ -112,7 +112,7 @@ public: /** * Refreshes the status bar to get synchronized with the (updated) Dolphin settings. */ - void refresh(); + void readSettings(); signals: /** |
