diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-19 02:20:18 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-19 02:20:18 +0100 |
commit | eaeb2fd551b212eff656b65169ce98ca20485370 (patch) | |
tree | 3f6f553359a5c40a271c93c7a5c79d67767d0336 /src/application.h | |
parent | Fix settings webkit UI (broken on the krazy fix from (diff) | |
download | rekonq-eaeb2fd551b212eff656b65169ce98ca20485370.tar.xz |
Set rekonq page (and fix focus) on new window creation.
BUG: 226851
Diffstat (limited to 'src/application.h')
-rw-r--r-- | src/application.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/application.h b/src/application.h index f20f537b..30ec4839 100644 --- a/src/application.h +++ b/src/application.h @@ -100,6 +100,7 @@ public: static Application *instance(); MainWindow *mainWindow(); + MainWindow *newMainWindow(); MainWindowList mainWindowList(); static KIcon icon(const KUrl &url); @@ -117,8 +118,6 @@ public slots: */ void saveConfiguration() const; - MainWindow *newMainWindow(); - void loadUrl( const KUrl& url, const Rekonq::OpenType& type = Rekonq::CurrentTab ); @@ -127,6 +126,7 @@ public slots: const Rekonq::OpenType& type = Rekonq::CurrentTab ); + void newWindow(); void removeMainWindow(MainWindow *window); private slots: |