]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinapplication.h
Fixed issue that when clicking on Open Office files that Dolphin handles the files...
[dolphin.git] / src / dolphinapplication.h
index 4ea91db83853282083f375915b83e0fe93473772..8b19e6ef2487fe1df7957840b86817fb90783117 100644 (file)
 #define _DOLPHIN_APPLICATION_H
 
 #include <kuniqueapplication.h>
+#include <kurl.h>
 
 class DolphinMainWindow;
+class KUrl;
 
 /**
  * @brief Holds the application data which can be accessed.
@@ -55,7 +57,7 @@ public:
     virtual int newInstance();
 
 public slots:
-    int openWindow(const QString& url);
+    int openWindow(const KUrl& url);
 
 protected:
     /** Called by the DolphinMainWindow to deregister. */