From 030a5d5433e0ae613f4de32d9d1277ac2405b8f4 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 12 Apr 2008 16:12:57 +0000 Subject: when clicking with the middle mouse button on a directory, a new tab should be opened svn path=/trunk/KDE/kdebase/apps/; revision=796116 --- src/dolphinmainwindow.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 5a50f3dbf..2eb282af5 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -311,9 +311,14 @@ private slots: /** Open a new main window. */ void openNewMainWindow(); - /** Opens a new empty view that is part of a tab. */ + /** Opens a new view with the current URL that is part of a tab. */ void openNewTab(); + /** + * Opens a new tab showing the URL \a url. + */ + void openNewTab(const KUrl& url); + /** Toggles the active view if two views are shown within the main window. */ void toggleActiveView(); @@ -360,11 +365,6 @@ private: */ void updateSplitAction(); - /** - * Opens a new tab showing the URL \a url. - */ - void openNewTab(const KUrl& url); - private: /** * Implements a custom error handling for the undo manager. This -- cgit v1.3