- /**
- * Construct a new mainwindow which is owned
- * by the application.
- */
- DolphinMainWindow* createMainWindow();
- void refreshMainWindows();
-
-public slots:
- int openWindow(const QString& url);
-
-protected:
- /** Called by the DolphinMainWindow to deregister. */
- void removeMainWindow(DolphinMainWindow* mainWindow);