From a15f1b81b02ddb3d8cb57e72bf7d94a3430997a9 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 27 Oct 2009 17:00:08 +0100 Subject: Changed tabbar signals to the KDE ones. Implemented 2 slots to manage the menus and the actions. the "close tab" action is yet waiting for fix. --- src/tabbar.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/tabbar.h') diff --git a/src/tabbar.h b/src/tabbar.h index 57b78628..f68528b8 100644 --- a/src/tabbar.h +++ b/src/tabbar.h @@ -86,9 +86,12 @@ private slots: void closeTab(); void closeOtherTabs(); void reloadTab(); - void contextMenuRequested(const QPoint &position); + void postLaunch(); + void slotContextMenuRequested(int, const QPoint &); + void slotEmptyAreaContextMenu(const QPoint &); + private: MainView *m_parent; QToolButton *m_addTabButton; -- cgit v1.2.1