summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/sms/smscontact.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/sms/smscontact.h')
-rw-r--r--kopete/protocols/sms/smscontact.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/protocols/sms/smscontact.h b/kopete/protocols/sms/smscontact.h
index 548aa063..1c77f25f 100644
--- a/kopete/protocols/sms/smscontact.h
+++ b/kopete/protocols/sms/smscontact.h
@@ -32,9 +32,10 @@ class KAction;
class SMSContact : public Kopete::Contact
{
Q_OBJECT
+ TQ_OBJECT
public:
SMSContact( Kopete::Account* _account, const TQString &phoneNumber,
- const TQString &displayName, Kopete::MetaContact *parent );
+ const TQString &displayName, Kopete::MetaContact *tqparent );
TQPtrList<KAction>* customContextMenuActions();