summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-04-10 19:11:54 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-04-10 19:11:54 +0200
commit7e0bc7dab417bd01acd50a9a95f324e5b8e1d79a (patch)
treebe1ea5e072d8eb7f393f9e4c8a1e4b25effb5a31 /src/mainview.h
parentpedantic (diff)
downloadrekonq-7e0bc7dab417bd01acd50a9a95f324e5b8e1d79a.tar.xz
new tab has to have focusgit st
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h2
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);