┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-03-10 06:59:27 +0000
committerPeter Penz <[email protected]>2009-03-10 06:59:27 +0000
commit7697cad99fcd96be31f0fb7633f8e32cd4f37f10 (patch)
tree81afb17324dae14d7be0c24341d4e02647719bbf /src/dolphinmainwindow.h
parent0e5b55b7788f9ed632dccb6646caed7513efeadf (diff)
Provide an "Open Terminal" entry for the Tools menu (thanks to Rahman Duran for the patch!)
BUG: 164746 svn path=/trunk/KDE/kdebase/apps/; revision=937624
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h
index 5b91b99ce..2b5b00515 100644
--- a/src/dolphinmainwindow.h
+++ b/src/dolphinmainwindow.h
@@ -268,6 +268,9 @@ private slots:
*/
void toggleShowMenuBar();
+ /** Opens a terminal window for the current location. */
+ void openTerminal();
+
/** Opens the settings dialog for Dolphin. */
void editSettings();