]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinapplication.h
* Use Nepomuk for getting the meta data instead of KFileMetaInfo.
[dolphin.git] / src / dolphinapplication.h
index 4ea91db83853282083f375915b83e0fe93473772..af2006e7dc4a59c52874b0f2a3a0e4d2fb8922ed 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,8 @@ public:
     virtual int newInstance();
 
 public slots:
-    int openWindow(const QString& url);
+    int openWindow(const KUrl& url);
+    int openSplitWindow(const KUrl& leftUrl,const KUrl& rightUrl);
 
 protected:
     /** Called by the DolphinMainWindow to deregister. */