diff options
| author | Peter Penz <[email protected]> | 2009-03-10 06:59:27 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-03-10 06:59:27 +0000 |
| commit | 7697cad99fcd96be31f0fb7633f8e32cd4f37f10 (patch) | |
| tree | 81afb17324dae14d7be0c24341d4e02647719bbf /src/dolphinmainwindow.h | |
| parent | 0e5b55b7788f9ed632dccb6646caed7513efeadf (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.h | 3 |
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(); |
