]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinapplication.h
The &-shortcut from another action is not set until the action has been shown at...
[dolphin.git] / src / dolphinapplication.h
index 4ea91db83853282083f375915b83e0fe93473772..2e8f7e7d73160dd68eddd96b1e60e895829a4982 100644 (file)
@@ -54,10 +54,10 @@ public:
     /** @see KUniqueApplication::newInstance(). */
     virtual int newInstance();
 
-public slots:
-    int openWindow(const QString& url);
+    /** Interface implementation for D-Bus Interface. */
+    int openWindow(const QString& urlString);
 
-protected:
+private:
     /** Called by the DolphinMainWindow to deregister. */
     void removeMainWindow(DolphinMainWindow* mainWindow);