From 35ee348c45b3400bb7d6842189855b4033f6636b Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 6 May 2007 21:50:24 +0000 Subject: Initial step for showing the terminal embedded inside Dolphin instead of opening a separate window. This allows to synchronize the current directory of the terminal with the shown directory in Dolphin. svn path=/trunk/KDE/kdebase/apps/; revision=661890 --- src/dolphinmainwindow.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index e1de7f808..297408cc6 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -309,10 +309,10 @@ private slots: void toggleShowHiddenFiles(); /** - * Switches between showing and hiding of the filter bar dependent + * Toggles between showing and hiding of the filter bar dependent * from the current state of the 'Show Filter Bar' menu toggle action. */ - void showFilterBar(); + void toggleFilterBarVisibility(); /** Increases the size of the current set view mode. */ void zoomIn(); @@ -349,9 +349,6 @@ private slots: /** Goes to the home URL. */ void goHome(); - /** Opens a terminal for the current shown directory. */ - void openTerminal(); - /** Opens KFind for the current shown directory. */ void findFile(); -- cgit v1.3