diff options
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index a72047039..39cd7431f 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -301,7 +301,7 @@ private slots: * Updates the state of the 'Back' and 'Forward' menu * actions corresponding the the current history. */ - void slotHistoryChanged(); + void updateHistory(); /** Updates the state of the 'Show filter bar' menu action. */ void updateFilterBarAction(bool show); @@ -329,7 +329,6 @@ private: void setupActions(); void setupDockWidgets(); - void updateHistory(); void updateEditActions(); void updateViewActions(); void updateGoActions(); |
