summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
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 4e2d8b6e..56808c02 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -102,7 +102,7 @@ protected:
public slots:
void loadUrlInCurrentTab(const KUrl &url);
- WebView *newTab(bool makeCurrent = true);
+ WebView *newWebView(bool makeCurrent = true);
void cloneTab(int index = -1);
void closeTab(int index = -1);
void closeOtherTabs(int index);