summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
authormegabigbug <megabigbug@arrakis.(none)>2009-07-31 21:43:28 +0200
committermegabigbug <megabigbug@arrakis.(none)>2009-07-31 21:43:28 +0200
commit8ee38c561d2fd4d19de8c916139f7c88736636c2 (patch)
treeeced0b78d349ae7ad9c758661272abeec71d117f /src/mainview.h
parentThis commit removes rekonq KDEnetwork dependencies. (diff)
downloadrekonq-8ee38c561d2fd4d19de8c916139f7c88736636c2.tar.xz
Fix tab in background feature
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 49000434..99693ed6 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -102,7 +102,7 @@ public slots:
*
* @return a pointer to the new WebView
*/
- WebView *newTab();
+ WebView *newTab(bool focus = true);
void slotCloneTab(int index = -1);
void slotCloseTab(int index = -1);