summaryrefslogtreecommitdiffstats
path: root/tar/tar.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-25 00:12:12 -0600
committerTimothy Pearson <[email protected]>2013-01-25 00:12:12 -0600
commit527c1d6eee022fbe0fed30d64ca6695c48925be2 (patch)
tree0ce098887e1f76dcba419110ebe925c51363604a /tar/tar.h
parentb8fb4538e9eddfeb9eb0fa8def496f58cb7a9bf1 (diff)
downloadkrusader-527c1d6eee022fbe0fed30d64ca6695c48925be2.tar.gz
krusader-527c1d6eee022fbe0fed30d64ca6695c48925be2.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'tar/tar.h')
-rw-r--r--tar/tar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tar/tar.h b/tar/tar.h
index 5b41ce1..daf3887 100644
--- a/tar/tar.h
+++ b/tar/tar.h
@@ -23,7 +23,7 @@
#include <kio/slavebase.h>
#include <sys/types.h>
-class ArchiveProtocol : public KIO::SlaveBase {
+class ArchiveProtocol : public TDEIO::SlaveBase {
public:
ArchiveProtocol( const TQCString &pool, const TQCString &app );
virtual ~ArchiveProtocol();
@@ -35,7 +35,7 @@ public:
virtual void mkdir(const KURL& url,int permissions);
protected:
- void createUDSEntry( const KArchiveEntry * tarEntry, KIO::UDSEntry & entry );
+ void createUDSEntry( const KArchiveEntry * tarEntry, TDEIO::UDSEntry & entry );
bool checkNewFile( const KURL & url, TQString & path );
KArchive * m_archiveFile;