diff options
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainview.h b/src/mainview.h index 96417d4f..4203e272 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -99,7 +99,7 @@ protected: public slots: void loadUrlInCurrentTab(const KUrl &url); - WebView *newWebView(bool makeCurrent = true); + WebView *newWebView(); void slotCloneTab(int index = -1); void slotCloseTab(int index = -1); void slotCloseOtherTabs(int index); |