summaryrefslogtreecommitdiffstats
path: root/kioslave/tar/tar.h
diff options
context:
space:
mode:
Diffstat (limited to 'kioslave/tar/tar.h')
-rw-r--r--kioslave/tar/tar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kioslave/tar/tar.h b/kioslave/tar/tar.h
index 644a8b100..1cde2deae 100644
--- a/kioslave/tar/tar.h
+++ b/kioslave/tar/tar.h
@@ -28,7 +28,7 @@
class ArchiveProtocol : public KIO::SlaveBase
{
public:
- ArchiveProtocol( const QCString &pool, const QCString &app );
+ ArchiveProtocol( const TQCString &pool, const TQCString &app );
virtual ~ArchiveProtocol();
virtual void listDir( const KURL & url );
@@ -45,10 +45,10 @@ 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, QString & path, KIO::Error& errorNum );
+ bool checkNewFile( const KURL & url, TQString & path, KIO::Error& errorNum );
KArchive * m_archiveFile;
- QString m_archiveName;
+ TQString m_archiveName;
time_t m_mtime;
};