diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:30:47 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:30:47 -0600 |
commit | cc74f360bb40da3d79f58048f8e8611804980aa6 (patch) | |
tree | c4385d2c16b904757b1c8bb998a4aec6993373f7 /tdeprint/slave/kio_print.h | |
parent | 79b21d47bce1ee428affc97534cd8b257232a871 (diff) | |
download | tdebase-cc74f360bb40da3d79f58048f8e8611804980aa6.tar.gz tdebase-cc74f360bb40da3d79f58048f8e8611804980aa6.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'tdeprint/slave/kio_print.h')
-rw-r--r-- | tdeprint/slave/kio_print.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tdeprint/slave/kio_print.h b/tdeprint/slave/kio_print.h index 954a3045f..afd337ba6 100644 --- a/tdeprint/slave/kio_print.h +++ b/tdeprint/slave/kio_print.h @@ -26,11 +26,11 @@ #include <tqbuffer.h> class KMPrinter; -namespace KIO { +namespace TDEIO { class Job; } -class KIO_Print : public TQObject, public KIO::SlaveBase +class KIO_Print : public TQObject, public TDEIO::SlaveBase { Q_OBJECT public: @@ -41,10 +41,10 @@ public: void stat(const KURL& url); protected slots: - void slotResult( KIO::Job* ); - void slotData( KIO::Job*, const TQByteArray& ); - void slotTotalSize( KIO::Job*, KIO::filesize_t ); - void slotProcessedSize( KIO::Job*, KIO::filesize_t ); + void slotResult( TDEIO::Job* ); + void slotData( TDEIO::Job*, const TQByteArray& ); + void slotTotalSize( TDEIO::Job*, TDEIO::filesize_t ); + void slotProcessedSize( TDEIO::Job*, TDEIO::filesize_t ); private: void listRoot(); |