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/dolphinview.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/dolphinview.h') diff --git a/src/dolphinview.h b/src/dolphinview.h index 4ec1f42c8..048486354 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -412,10 +412,15 @@ signals: void urlChanged(const KUrl& url); /** - * Is emitted when clicking on an item + * Is emitted when clicking on an item with the left mouse button. */ void itemTriggered(const KFileItem& item); + /** + * Is emitted if a new tab should be opened for the URL \a url. + */ + void tabRequested(const KUrl& url); + /** * Is emitted if the view mode (IconsView, DetailsView, * PreviewsView) has been changed. -- cgit v1.3