┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-05-06 21:50:24 +0000
committerPeter Penz <[email protected]>2007-05-06 21:50:24 +0000
commit35ee348c45b3400bb7d6842189855b4033f6636b (patch)
tree363b5bf70b08baf09ebbf6b8820e6f8d7583f4df /src/dolphinmainwindow.h
parentaad46935fa1c5d898920834511026c6f2ab8f64a (diff)
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
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h7
1 files changed, 2 insertions, 5 deletions
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();