summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h6
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;
};