diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:12:12 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:12:12 -0600 |
commit | 527c1d6eee022fbe0fed30d64ca6695c48925be2 (patch) | |
tree | 0ce098887e1f76dcba419110ebe925c51363604a /tar/tar.h | |
parent | b8fb4538e9eddfeb9eb0fa8def496f58cb7a9bf1 (diff) | |
download | krusader-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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |