diff options
Diffstat (limited to 'kopete/protocols/yahoo/yahooaddcontact.h')
-rw-r--r-- | kopete/protocols/yahoo/yahooaddcontact.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/protocols/yahoo/yahooaddcontact.h b/kopete/protocols/yahoo/yahooaddcontact.h index 796c82ce..ad07eb69 100644 --- a/kopete/protocols/yahoo/yahooaddcontact.h +++ b/kopete/protocols/yahoo/yahooaddcontact.h @@ -34,13 +34,14 @@ namespace Kopete { class MetaContact; } class YahooAddContact: public AddContactPage { Q_OBJECT + TQ_OBJECT private: YahooProtocol *theProtocol; YahooAddContactBase *theDialog; public: - YahooAddContact(YahooProtocol *owner, TQWidget *parent = 0, const char *name = 0); + YahooAddContact(YahooProtocol *owner, TQWidget *tqparent = 0, const char *name = 0); ~YahooAddContact(); virtual bool validateData(); |