diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-01 03:20:42 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-05-01 03:20:42 +0200 |
commit | 55816b45e681f10c9b45675dba65575d01d9efe3 (patch) | |
tree | 9469fd723a8166e2764614c70b2953f7e7a9036a /src/mainview.h | |
parent | Open tabs in brackground. Step 1 (diff) | |
download | rekonq-55816b45e681f10c9b45675dba65575d01d9efe3.tar.xz |
Managing user tab open settings. Step 2
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainview.h b/src/mainview.h index faa43be9..75242fef 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -26,6 +26,7 @@ // Local Includes #include "webview.h" +#include "application.h" // KDE Includes #include <KTabWidget> @@ -109,7 +110,7 @@ public slots: * * @return a pointer to the new WebView */ - WebView *newWebView(bool makeCurrent = true); + WebView *newWebView(Rekonq::OpenType type = Rekonq::Default); /** * Core browser slot. Load an url in a webview |