#define _DOLPHIN_APPLICATION_H
#include <kuniqueapplication.h>
+#include <kurl.h>
class DolphinMainWindow;
+class KUrl;
/**
* @brief Holds the application data which can be accessed.
virtual int newInstance();
public slots:
- int openWindow(const QString& url);
+ int openWindow(const KUrl& url);
protected:
/** Called by the DolphinMainWindow to deregister. */