diff options
Diffstat (limited to 'kopete/protocols/yahoo/libkyahoo/logintask.h')
-rw-r--r-- | kopete/protocols/yahoo/libkyahoo/logintask.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kopete/protocols/yahoo/libkyahoo/logintask.h b/kopete/protocols/yahoo/libkyahoo/logintask.h index 33ce4db6..46ff5dc9 100644 --- a/kopete/protocols/yahoo/libkyahoo/logintask.h +++ b/kopete/protocols/yahoo/libkyahoo/logintask.h @@ -27,7 +27,7 @@ class TQString; class YMSGTransfer; -namespace KIO +namespace TDEIO { class Job; } @@ -68,10 +68,10 @@ protected: void sendAuthSixteenStage2(const TQString& token); void sendAuthSixteenStage3(const TQString& cryptString); protected slots: - void handleAuthSixteenStage1Data(KIO::Job*, const TQByteArray& data); - void handleAuthSixteenStage1Result(KIO::Job*); - void handleAuthSixteenStage2Data(KIO::Job*, const TQByteArray& data); - void handleAuthSixteenStage2Result(KIO::Job*); + void handleAuthSixteenStage1Data(TDEIO::Job*, const TQByteArray& data); + void handleAuthSixteenStage1Result(TDEIO::Job*); + void handleAuthSixteenStage2Data(TDEIO::Job*, const TQByteArray& data); + void handleAuthSixteenStage2Result(TDEIO::Job*); signals: void haveSessionID( uint ); |