From 71af427f0e43589997b1da85b2d77074c564cfaa Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 17 Jan 2012 11:20:50 +0100 Subject: Remove "closed tabs menu" from available actions in mainwindow This because it is just a "working" action designed for the tabbar. Now it works (and updates) properly there and in the tabbar empty space. Please open a new wish if you want a closed tabs menu action to add to the mainwindow BUG:291232 --- src/tabbar.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/tabbar.h') diff --git a/src/tabbar.h b/src/tabbar.h index c536039b..3e29b248 100644 --- a/src/tabbar.h +++ b/src/tabbar.h @@ -43,6 +43,9 @@ // Forward Declarations class TabPreviewPopup; class TabHighlightEffect; + +class KActionMenu; + class QPropertyAnimation; @@ -107,7 +110,8 @@ private Q_SLOTS: bool isURLValid(const QString &url); private: - void setupHistoryActions(); + KActionMenu *setupHistoryActions(); + friend class MainView; /** -- cgit v1.2.1