┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
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();