diff options
Diffstat (limited to 'kopete/libkopete/ui/kopetecontactaction.h')
-rw-r--r-- | kopete/libkopete/ui/kopetecontactaction.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/libkopete/ui/kopetecontactaction.h b/kopete/libkopete/ui/kopetecontactaction.h index ba170ebb..73c39bb7 100644 --- a/kopete/libkopete/ui/kopetecontactaction.h +++ b/kopete/libkopete/ui/kopetecontactaction.h @@ -32,12 +32,13 @@ class Contact; class KOPETE_EXPORT KopeteContactAction : public KAction { Q_OBJECT + TQ_OBJECT public: /** * Create a new KopeteContactAction */ - KopeteContactAction( Kopete::Contact *contact, const TQObject* receiver, const char* slot, KAction* parent ); + KopeteContactAction( Kopete::Contact *contact, const TQObject* receiver, const char* slot, KAction* tqparent ); ~KopeteContactAction(); Kopete::Contact * contact() const; |