diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-04 00:19:00 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-04 00:19:00 +0200 |
commit | 34bc7306e5182efd07ab61d80e30bef5cf45d87c (patch) | |
tree | 5adf9b65628a83c55b9ac1c1c83bc0a6e1c718af /src/application.h | |
parent | Removed completion object from UrlBar (diff) | |
download | rekonq-34bc7306e5182efd07ab61d80e30bef5cf45d87c.tar.xz |
Improving Multi Windows implementation
Diffstat (limited to 'src/application.h')
-rw-r--r-- | src/application.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application.h b/src/application.h index 01558b9f..14e4c1f6 100644 --- a/src/application.h +++ b/src/application.h @@ -113,7 +113,7 @@ public slots: */ void slotSaveConfiguration() const; -public slots: + MainWindow *newMainWindow(); void loadUrl( const KUrl& url, const Rekonq::OpenType& type = Rekonq::CurrentTab |