┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-02-23 15:48:56 +0000
committerPeter Penz <[email protected]>2008-02-23 15:48:56 +0000
commiteb7294fa1076c91d77da982d1d4a0707bbc60b0c (patch)
tree01182044ed101de03add9715a43098acde541ffe /src/dolphinmainwindow.h
parent90625552ea0d0ca6e4188972f208068d69e02189 (diff)
minor cleanup: no need to create a slot which just invokes another method, just use the other method as slot
svn path=/trunk/KDE/kdebase/apps/; revision=778423
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h3
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();