summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/jabberbasecontact.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/jabber/jabberbasecontact.h')
-rw-r--r--kopete/protocols/jabber/jabberbasecontact.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/protocols/jabber/jabberbasecontact.h b/kopete/protocols/jabber/jabberbasecontact.h
index ef9b7416..c3453344 100644
--- a/kopete/protocols/jabber/jabberbasecontact.h
+++ b/kopete/protocols/jabber/jabberbasecontact.h
@@ -35,6 +35,7 @@ class JabberBaseContact : public Kopete::Contact
{
Q_OBJECT
+ TQ_OBJECT
friend class JabberAccount; /* Friends can touch each other's private parts. */
public:
@@ -157,7 +158,7 @@ public slots:
* whenever a resource is added, removed, or
* changed in the resource pool.
*/
- void reevaluateStatus ();
+ void reevaluatetqStatus ();
protected:
/**