summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/yahoo/yahooverifyaccount.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/yahoo/yahooverifyaccount.h')
-rw-r--r--kopete/protocols/yahoo/yahooverifyaccount.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/protocols/yahoo/yahooverifyaccount.h b/kopete/protocols/yahoo/yahooverifyaccount.h
index c179a4c6..c78d6e11 100644
--- a/kopete/protocols/yahoo/yahooverifyaccount.h
+++ b/kopete/protocols/yahoo/yahooverifyaccount.h
@@ -31,12 +31,13 @@ class KTempFile;
class YahooVerifyAccount : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
private:
Kopete::Account *mTheAccount;
KTempFile *mFile;
YahooVerifyAccountBase *mTheDialog;
public:
- YahooVerifyAccount(Kopete::Account *account, TQWidget *parent = 0, const char *name = 0);
+ YahooVerifyAccount(Kopete::Account *account, TQWidget *tqparent = 0, const char *name = 0);
~YahooVerifyAccount();
virtual bool validateData();