summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-06-19 18:33:59 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-06-19 18:33:59 +0200
commit0a8e7f56c426639dd140558dd685c72d24a22e79 (patch)
treee7758fbd8ef559f5b0b0ff30827564571c2589fb /src/mainview.h
parentNo more Action Back Menu (diff)
downloadrekonq-0a8e7f56c426639dd140558dd685c72d24a22e79.tar.xz
Removed recently closed tabs history
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/mainview.h b/src/mainview.h
index 8ff32473..9ee2f12a 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -133,8 +133,8 @@ public slots:
private slots:
void slotCurrentChanged(int index);
- void aboutToShowRecentTabsMenu();
- void aboutToShowRecentTriggeredAction(QAction *action); // need QAction!
+// void aboutToShow/*Rec*/entTabsMenu();
+// void aboutToShowRecentTriggeredAction(QAction *action); // need QAction!
void webViewLoadStarted();
void webViewLoadProgress(int progress);
@@ -177,12 +177,6 @@ private:
*/
QLabel *animatedLoading(int index, bool addMovie);
- static const int m_recentlyClosedTabsSize = 10;
- KAction *m_recentlyClosedTabsAction;
-
- KMenu *m_recentlyClosedTabsMenu;
- QList<KUrl> m_recentlyClosedTabs;
-
StackedUrlBar *m_urlBars;
TabBar *m_tabBar;
@@ -194,4 +188,3 @@ private:
};
#endif
-