From 2a4f4c4b9ca1953f5859898b4e6bfc44cddd02be Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 23 Apr 2008 20:57:58 +0000 Subject: provide middle-mouse-button support for Konqueror (= create new window or tab) CCMAIL: faure@kde.org svn path=/trunk/KDE/kdebase/apps/; revision=800298 --- src/dolphinpart.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/dolphinpart.h') diff --git a/src/dolphinpart.h b/src/dolphinpart.h index eaf9cb74e..3ef654039 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -92,7 +92,7 @@ Q_SIGNALS: /** * Emitted whenever the current URL is about to be changed. - */ + */ void aboutToOpenURL(); private Q_SLOTS: @@ -109,6 +109,10 @@ private Q_SLOTS: * Handles clicking on an item */ void slotItemTriggered(const KFileItem& item); + /** + * Creates a new window showing the content of \a url. + */ + void createNewWindow(const KUrl& url); /** * Opens the context menu on the current mouse position. * @item File item context. If item is 0, the context menu -- cgit v1.3