From eb7294fa1076c91d77da982d1d4a0707bbc60b0c Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 23 Feb 2008 15:48:56 +0000 Subject: 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 --- src/dolphinmainwindow.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/dolphinmainwindow.h') 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(); -- cgit v1.3