]> 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 982873e28c247884efbbfa3f75b4897825ebe765..2e8f7e7d73160dd68eddd96b1e60e895829a4982 100644 (file)
@@ -25,7 +25,6 @@
 #include <kuniqueapplication.h>
 
 class DolphinMainWindow;
-class KUrl;
 
 /**
  * @brief Holds the application data which can be accessed.
@@ -55,10 +54,10 @@ public:
     /** @see KUniqueApplication::newInstance(). */
     virtual int newInstance();
 
-public slots:
-    int openWindow(const KUrl& url);
+    /** Interface implementation for D-Bus Interface. */
+    int openWindow(const QString& urlString);
 
-protected:
+private:
     /** Called by the DolphinMainWindow to deregister. */
     void removeMainWindow(DolphinMainWindow* mainWindow);