┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinpart.h')
-rw-r--r--src/dolphinpart.h6
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.