- /**
- * Construct a new mainwindow which is owned
- * by the application.
- */
- DolphinMainWindow* createMainWindow();
- void refreshMainWindows();
-
- /** @see KUniqueApplication::newInstance(). */
- virtual int newInstance();
-
- /** Interface implementation for D-Bus Interface. */
- int openWindow(const QString& urlString);
-
-private:
- /** Called by the DolphinMainWindow to deregister. */
- void removeMainWindow(DolphinMainWindow* mainWindow);