diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:36:20 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:36:20 -0600 |
commit | f21aaec952493cb5688c73de6e82a569ddbd7fb2 (patch) | |
tree | 78ccb5117063da3e08e3277e11054b912a9f2ae7 /kopete/protocols/yahoo/libkyahoo/receivefiletask.h | |
parent | c48e769eb275917717e2b55eb869f7e559293ac8 (diff) | |
download | tdenetwork-f21aaec952493cb5688c73de6e82a569ddbd7fb2.tar.gz tdenetwork-f21aaec952493cb5688c73de6e82a569ddbd7fb2.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kopete/protocols/yahoo/libkyahoo/receivefiletask.h')
-rw-r--r-- | kopete/protocols/yahoo/libkyahoo/receivefiletask.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kopete/protocols/yahoo/libkyahoo/receivefiletask.h b/kopete/protocols/yahoo/libkyahoo/receivefiletask.h index 63d6db07..22c2a37f 100644 --- a/kopete/protocols/yahoo/libkyahoo/receivefiletask.h +++ b/kopete/protocols/yahoo/libkyahoo/receivefiletask.h @@ -22,7 +22,7 @@ class TQString; class TQFile; -namespace KIO { +namespace TDEIO { class Job; class TransferJob; class MimetypeJob; @@ -62,8 +62,8 @@ signals: void error( unsigned int, int, const TQString & ); private slots: - void slotData( KIO::Job *job, const TQByteArray &data ); - void slotComplete( KIO::Job *job ); + void slotData( TDEIO::Job *job, const TQByteArray &data ); + void slotComplete( TDEIO::Job *job ); void canceled( unsigned int ); private: @@ -74,8 +74,8 @@ private: TQString m_fileName; TQString m_userId; TQFile *m_file; - KIO::TransferJob *m_transferJob; - KIO::MimetypeJob *m_mimetypeJob; + TDEIO::TransferJob *m_transferJob; + TDEIO::MimetypeJob *m_mimetypeJob; unsigned int m_transferId; unsigned int m_transmitted; Type m_type; |