]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinapplication.h
Hide the text of the go-back, go-forward and view-mode actions per default when the...
[dolphin.git] / src / dolphinapplication.h
index fa6a1ceeefb6f0b7399b49d6accfaaaf5f5941be..2e8f7e7d73160dd68eddd96b1e60e895829a4982 100644 (file)
@@ -51,10 +51,13 @@ public:
     DolphinMainWindow* createMainWindow();
     void refreshMainWindows();
 
-public slots:
-    int openWindow(const QString& url);
+    /** @see KUniqueApplication::newInstance(). */
+    virtual int newInstance();
 
-protected:
+    /** Interface implementation for D-Bus Interface. */
+    int openWindow(const QString& urlString);
+
+private:
     /** Called by the DolphinMainWindow to deregister. */
     void removeMainWindow(DolphinMainWindow* mainWindow);