diff options
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; |