diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-27 17:00:08 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-27 17:00:08 +0100 |
commit | a15f1b81b02ddb3d8cb57e72bf7d94a3430997a9 (patch) | |
tree | e6ca5f93ec773f9fa39535a5de4923e16c8c65d9 /src/tabbar.h | |
parent | Updated RELEASE_HOWTO (diff) | |
download | rekonq-a15f1b81b02ddb3d8cb57e72bf7d94a3430997a9.tar.xz |
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.
Diffstat (limited to 'src/tabbar.h')
-rw-r--r-- | src/tabbar.h | 5 |
1 files changed, 4 insertions, 1 deletions
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; |