From f21aaec952493cb5688c73de6e82a569ddbd7fb2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:36:20 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kopete/protocols/yahoo/libkyahoo/logintask.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kopete/protocols/yahoo/libkyahoo/logintask.h') 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 ); -- cgit v1.2.1