diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:30:47 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:30:47 -0600 |
commit | cc74f360bb40da3d79f58048f8e8611804980aa6 (patch) | |
tree | c4385d2c16b904757b1c8bb998a4aec6993373f7 /kioslave/tar/tar.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 'kioslave/tar/tar.h')
-rw-r--r-- | kioslave/tar/tar.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kioslave/tar/tar.h b/kioslave/tar/tar.h index 1cde2deae..95887e559 100644 --- a/kioslave/tar/tar.h +++ b/kioslave/tar/tar.h @@ -25,7 +25,7 @@ #include <kio/global.h> #include <kio/slavebase.h> -class ArchiveProtocol : public KIO::SlaveBase +class ArchiveProtocol : public TDEIO::SlaveBase { public: ArchiveProtocol( const TQCString &pool, const TQCString &app ); @@ -36,7 +36,7 @@ public: virtual void get( const KURL & url ); protected: - void createUDSEntry( const KArchiveEntry * tarEntry, KIO::UDSEntry & entry ); + void createUDSEntry( const KArchiveEntry * tarEntry, TDEIO::UDSEntry & entry ); /** * \brief find, check and open the archive file @@ -45,7 +45,7 @@ protected: * \param errNum KIO error number (undefined if the function returns true) * \return true if file was found, false if there was an error */ - bool checkNewFile( const KURL & url, TQString & path, KIO::Error& errorNum ); + bool checkNewFile( const KURL & url, TQString & path, TDEIO::Error& errorNum ); KArchive * m_archiveFile; TQString m_archiveName; |