diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-03-29 08:04:31 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-03-29 08:04:31 +0200 |
commit | 0b151ba388d46c4112b4e861d45f0d8229c8a599 (patch) | |
tree | 75dc5023c1f77ac977f6c4b54d0dc28bcd5acc43 /src/mainview.h | |
parent | Search wrap (diff) | |
download | rekonq-0b151ba388d46c4112b4e861d45f0d8229c8a599.tar.xz |
API change (rename). In MainView, newTab --> newWebView
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 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); |