summaryrefslogtreecommitdiff
path: root/src/tabbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-01-17 11:20:50 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-01-17 11:20:50 +0100
commit71af427f0e43589997b1da85b2d77074c564cfaa (patch)
treed9a48aedf00045b6d3f3bd309f592e356e74aa5b /src/tabbar.h
parentCheck if action senders exist before using them (diff)
downloadrekonq-71af427f0e43589997b1da85b2d77074c564cfaa.tar.xz
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
Diffstat (limited to 'src/tabbar.h')
-rw-r--r--src/tabbar.h6
1 files changed, 5 insertions, 1 deletions
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;
/**