diff options
| author | David Faure <[email protected]> | 2008-06-04 11:51:54 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2008-06-04 11:51:54 +0000 |
| commit | 38beff1a4b291b479a067e556ad7a4dd3e52cf8e (patch) | |
| tree | 99cb8a5a6091ec63cb9fb0efbf461d47fbb6ae68 /src/dolphinpart.h | |
| parent | 834082a16cf69c19ac961beae0da1b713f785849 (diff) | |
Continue cleaning up the menus of "konqueror as a webbrowser" : moved "Tools / Open Terminal" action to DolphinPart.
Thanks to Kevin for reminding me of this one.
svn path=/trunk/KDE/kdebase/apps/; revision=816632
Diffstat (limited to 'src/dolphinpart.h')
| -rw-r--r-- | src/dolphinpart.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h index 612c22aa7..ac32c5f43 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -172,6 +172,11 @@ private Q_SLOTS: */ void slotProperties(); + /** + * Open a terminal window, starting with the current directory. + */ + void slotOpenTerminal(); + private: void createActions(); void createGoAction(const char* name, const char* iconName, |
