From d6f8bbb45b267065a6907e71ff9c98bb6d161241 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:56:07 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1157658 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- parts/documentation/protocols/chm/chmfile.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'parts/documentation/protocols/chm/chmfile.h') diff --git a/parts/documentation/protocols/chm/chmfile.h b/parts/documentation/protocols/chm/chmfile.h index af89f55a..20e0ea67 100644 --- a/parts/documentation/protocols/chm/chmfile.h +++ b/parts/documentation/protocols/chm/chmfile.h @@ -18,8 +18,8 @@ #define __chmfile_h__ #include -#include -#include +#include +#include class QFile; @@ -34,19 +34,19 @@ struct ChmDirTableEntry uint length; }; -typedef QMap ChmDirectoryMap; +typedef TQMap ChmDirectoryMap; class Chm { public: - bool read( const QString&, ChmDirectoryMap&, QByteArray& ) const; + bool read( const TQString&, ChmDirectoryMap&, TQByteArray& ) const; private: - bool getChunk( QFile&, uint, ChmDirectoryMap& ) const; - uint getEncInt( QFile&, uint& ) const; - uint getName( QFile&, QString& ) const; - uint getIntel32( QFile& ) const; - uint getIntel64( QFile& ) const; + bool getChunk( TQFile&, uint, ChmDirectoryMap& ) const; + uint getEncInt( TQFile&, uint& ) const; + uint getName( TQFile&, TQString& ) const; + uint getIntel32( TQFile& ) const; + uint getIntel64( TQFile& ) const; }; #endif // __chmfile_h__ -- cgit v1.2.3