diff options
Diffstat (limited to 'kopete/protocols/jabber/jabberbasecontact.h')
-rw-r--r-- | kopete/protocols/jabber/jabberbasecontact.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/jabber/jabberbasecontact.h b/kopete/protocols/jabber/jabberbasecontact.h index 2dcc26b7..bb430f11 100644 --- a/kopete/protocols/jabber/jabberbasecontact.h +++ b/kopete/protocols/jabber/jabberbasecontact.h @@ -35,7 +35,7 @@ class JabberBaseContact : public Kopete::Contact { Q_OBJECT - TQ_OBJECT + friend class JabberAccount; /* Friends can touch each other's private parts. */ public: |