diff options
| author | Peter Penz <[email protected]> | 2008-04-23 20:57:58 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-04-23 20:57:58 +0000 |
| commit | 2a4f4c4b9ca1953f5859898b4e6bfc44cddd02be (patch) | |
| tree | cb5ab26a7cc9ca6261289fc5060f634c141d5fe4 /src/dolphinpart.h | |
| parent | a593ad0b990a639a158908a8be8a645e270f4429 (diff) | |
provide middle-mouse-button support for Konqueror (= create new window or tab)
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=800298
Diffstat (limited to 'src/dolphinpart.h')
| -rw-r--r-- | src/dolphinpart.h | 6 |
1 files changed, 5 insertions, 1 deletions
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: @@ -110,6 +110,10 @@ private Q_SLOTS: */ 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 * should be applied to \a url. |
