diff options
Diffstat (limited to 'kdat/TarParser.h')
-rw-r--r-- | kdat/TarParser.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kdat/TarParser.h b/kdat/TarParser.h index b43fd35..8dd4058 100644 --- a/kdat/TarParser.h +++ b/kdat/TarParser.h @@ -19,7 +19,7 @@ #ifndef _TarParser_h_ #define _TarParser_h_ -#include <qobject.h> +#include <tqobject.h> /* Standard Archive Format - Standard TAR - USTAR. */ @@ -166,7 +166,7 @@ union record /** * @short A parser for GNU tar archives. */ -class TarParser : public QObject { +class TarParser : public TQObject { Q_OBJECT char _buf[512]; int _bufIdx; @@ -201,7 +201,7 @@ signals: * @param mtime The last modification time for the file. * @param record The tar record that this file begins on. */ - void sigEntry( const QString & name, int size, int mtime, int record ); + void sigEntry( const TQString & name, int size, int mtime, int record ); }; #endif |