summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-08-01 02:06:55 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-08-01 02:06:55 +0200
commit801c6ac411f787c8ad0febab9da2f1b20fc2c84e (patch)
tree5b0ef0b386a7f1c19a9231980d6296945b9b09b2 /src/mainview.h
parentFix tab in background feature (diff)
downloadrekonq-801c6ac411f787c8ad0febab9da2f1b20fc2c84e.tar.xz
Some string changes and various fixes
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 99693ed6..d7f7675b 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -102,7 +102,7 @@ public slots:
*
* @return a pointer to the new WebView
*/
- WebView *newTab(bool focus = true);
+ WebView *newTab(bool focused = true);
void slotCloneTab(int index = -1);
void slotCloseTab(int index = -1);