diff options
Diffstat (limited to 'konq-plugins/kuick/kimcontactmenu.h')
-rw-r--r-- | konq-plugins/kuick/kimcontactmenu.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/konq-plugins/kuick/kimcontactmenu.h b/konq-plugins/kuick/kimcontactmenu.h index 478c55b..2f1c0bb 100644 --- a/konq-plugins/kuick/kimcontactmenu.h +++ b/konq-plugins/kuick/kimcontactmenu.h @@ -31,11 +31,12 @@ namespace KABC { class AddressBook; } -class KIMContactMenu : public QPopupMenu +class KIMContactMenu : public TQPopupMenu { Q_OBJECT + TQ_OBJECT public: - KIMContactMenu( TQWidget *parent, KIMProxy *proxy ); + KIMContactMenu( TQWidget *tqparent, KIMProxy *proxy ); ~KIMContactMenu(); protected slots: // populate menus if not already populated |