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 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); |