diff options
Diffstat (limited to 'iso/qfilehack.h')
-rw-r--r-- | iso/qfilehack.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/iso/qfilehack.h b/iso/qfilehack.h index 5e9e247..ba3b57f 100644 --- a/iso/qfilehack.h +++ b/iso/qfilehack.h @@ -15,23 +15,23 @@ * * ***************************************************************************/ -#ifndef QFILEHACK_H -#define QFILEHACK_H +#ifndef TQFILEHACK_H +#define TQFILEHACK_H -#include <qfile.h> -#include <qstring.h> +#include <tqfile.h> +#include <tqstring.h> /** *@author Szombathelyi Gy�rgy - * Qt thinks if a file is not S_IFREG, you cannot seek in it. It's false (what about + * TQt thinks if a file is not S_IFREG, you cannot seek in it. It's false (what about * block devices for example? */ -class QFileHack : public QFile { +class TQFileHack : public TQFile { public: - QFileHack(); - QFileHack( const QString & name ); - ~QFileHack(); + TQFileHack(); + TQFileHack( const TQString & name ); + ~TQFileHack(); virtual bool open ( int m ); }; |