diff options
Diffstat (limited to 'kopete/protocols/oscar/oscarcontact.h')
-rw-r--r-- | kopete/protocols/oscar/oscarcontact.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/protocols/oscar/oscarcontact.h b/kopete/protocols/oscar/oscarcontact.h index e2948f1e..6f76567e 100644 --- a/kopete/protocols/oscar/oscarcontact.h +++ b/kopete/protocols/oscar/oscarcontact.h @@ -60,10 +60,11 @@ class KToggleAction; class KDE_EXPORT OscarContact : public Kopete::Contact { Q_OBJECT + TQ_OBJECT public: OscarContact( Kopete::Account* account, const TQString& name, - Kopete::MetaContact* parent, const TQString& icon = TQString::null, const Oscar::SSI& ssiItem = Oscar::SSI() ); + Kopete::MetaContact* tqparent, const TQString& icon = TQString(), const Oscar::SSI& ssiItem = Oscar::SSI() ); virtual ~OscarContact(); |