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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/yahoo/yahooverifyaccount.h b/kopete/protocols/yahoo/yahooverifyaccount.h
index 237a45a4..c179a4c6 100644
--- a/kopete/protocols/yahoo/yahooverifyaccount.h
+++ b/kopete/protocols/yahoo/yahooverifyaccount.h
@@ -36,7 +36,7 @@ private:
KTempFile *mFile;
YahooVerifyAccountBase *mTheDialog;
public:
- YahooVerifyAccount(Kopete::Account *account, QWidget *parent = 0, const char *name = 0);
+ YahooVerifyAccount(Kopete::Account *account, TQWidget *parent = 0, const char *name = 0);
~YahooVerifyAccount();
virtual bool validateData();
@@ -47,7 +47,7 @@ protected slots:
virtual void slotClose();
virtual void slotApply();
public slots:
- void slotData( KIO::Job *job, const QByteArray& data );
+ void slotData( KIO::Job *job, const TQByteArray& data );
void slotComplete( KIO::Job *job );
};