From 527c1d6eee022fbe0fed30d64ca6695c48925be2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:12:12 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- tar/tar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tar/tar.h') 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 #include -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; -- cgit v1.2.1