From b1aadb8cce40ac4bc2f33729cd80ef270de72163 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 25 Oct 2008 10:32:55 +0000 Subject: If the context menu is opened above a directory, add the actions "Open in New Window" and "Open in New Tab" to the context menu. Thanks to Mathias Soeken for the patch! CCMAIL: msoeken@tzi.de svn path=/trunk/KDE/kdebase/apps/; revision=875711 --- src/dolphinmainwindow.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 4b2236267..c98d2386a 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -310,6 +310,16 @@ private slots: void activatePrevTab(); + /** + * Opens the selected folder in a new tab. + */ + void openInNewTab(); + + /** + * Opens the selected folder in a new window. + */ + void openInNewWindow(); + /** Toggles the active view if two views are shown within the main window. */ void toggleActiveView(); -- cgit v1.3