From 64cac4862842c7efa2dc7591ab5b672255e49e4c Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 10 Nov 2009 15:20:49 +0100 Subject: (BIG commit) API change I fixed rekonq API removing all slotName call switching to a proper getter call (so, name() functions) --- src/tabbar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tabbar.h') diff --git a/src/tabbar.h b/src/tabbar.h index e70c7914..b78e9b24 100644 --- a/src/tabbar.h +++ b/src/tabbar.h @@ -87,8 +87,8 @@ private slots: void closeOtherTabs(); void reloadTab(); - void slotContextMenuRequested(int, const QPoint &); - void slotEmptyAreaContextMenu(const QPoint &); + void contextMenu(int, const QPoint &); + void emptyAreaContextMenu(const QPoint &); private: friend class MainView; -- cgit v1.2.1