summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/meanwhile/meanwhilecontact.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/meanwhile/meanwhilecontact.h')
-rw-r--r--kopete/protocols/meanwhile/meanwhilecontact.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/protocols/meanwhile/meanwhilecontact.h b/kopete/protocols/meanwhile/meanwhilecontact.h
index 048a4b0f..28f49c2a 100644
--- a/kopete/protocols/meanwhile/meanwhilecontact.h
+++ b/kopete/protocols/meanwhile/meanwhilecontact.h
@@ -31,10 +31,11 @@ namespace Kopete { class MetaContact; }
class MeanwhileContact : public Kopete::Contact
{
Q_OBJECT
+ TQ_OBJECT
public:
MeanwhileContact(TQString userId, TQString nickname,
- MeanwhileAccount *account, Kopete::MetaContact *parent);
+ MeanwhileAccount *account, Kopete::MetaContact *tqparent);
~MeanwhileContact();
virtual bool isReachable();