diff options
Diffstat (limited to 'kopete/protocols/oscar/icq/icqcontact.h')
-rw-r--r-- | kopete/protocols/oscar/icq/icqcontact.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/kopete/protocols/oscar/icq/icqcontact.h b/kopete/protocols/oscar/icq/icqcontact.h index 8e3301cf..6184bf9b 100644 --- a/kopete/protocols/oscar/icq/icqcontact.h +++ b/kopete/protocols/oscar/icq/icqcontact.h @@ -47,12 +47,13 @@ class ICQInterestInfoWidget; class ICQContact : public OscarContact { Q_OBJECT + TQ_OBJECT public: /** Normal ICQ constructor */ - ICQContact( ICQAccount *account, const TQString &name, Kopete::MetaContact *parent, - const TQString& icon = TQString::null, const Oscar::SSI& ssiItem = Oscar::SSI() ); + ICQContact( ICQAccount *account, const TQString &name, Kopete::MetaContact *tqparent, + const TQString& icon = TQString(), const Oscar::SSI& ssiItem = Oscar::SSI() ); virtual ~ICQContact(); /** @@ -152,4 +153,4 @@ private slots: }; #endif -//kate: tab-width 4; indent-mode csands; space-indent off; replace-tabs off; +//kate: tab-width 4; indent-mode csands; space-indent off; tqreplace-tabs off; |