#include <kuniqueapplication.h>
class DolphinMainWindow;
-class MetadataLoader;
+class KUrl;
/**
* @brief Holds the application data which can be accessed.
DolphinMainWindow* createMainWindow();
void refreshMainWindows();
- /**
- * Returns the metadata loader.
- */
- MetadataLoader* metadataLoader();
+ /** @see KUniqueApplication::newInstance(). */
+ virtual int newInstance();
public slots:
- int openWindow(const QString& url);
+ int openWindow(const KUrl& url);
protected:
/** Called by the DolphinMainWindow to deregister. */