diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-07-17 00:46:05 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-07-24 01:33:59 +0200 |
commit | 7cd00f6764a775934394ac9ee92b2393e5928f50 (patch) | |
tree | 1054cf65920aa72316b1922d2f6bfadd2f3c995b /src/mainview.h | |
parent | Add icons for "history panel" and "page source" items (diff) | |
download | rekonq-7cd00f6764a775934394ac9ee92b2393e5928f50.tar.xz |
Definitely fixing rekonq API. First step.
newTab function in MainView
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mainview.h b/src/mainview.h index d338402a..05a7d96f 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -72,8 +72,6 @@ public: StackedUrlBar *urlBarStack() const; WebView *currentWebView() const; int webViewIndex(WebView *webView) const; - KAction *recentlyClosedTabsAction() const; - void setMakeBackTab(bool b); /** * show and hide TabBar if user doesn't choose @@ -104,7 +102,7 @@ public slots: * * @return a pointer to the new WebView */ - WebView *newWebView(Rekonq::OpenType type = Rekonq::Default); + WebView *newTab(); /** * Core browser slot. Load an url in a webview @@ -180,8 +178,6 @@ private: QString m_loadingGitPath; - bool m_makeBackTab; - QToolButton *m_addTabButton; }; |