summaryrefslogtreecommitdiffstats
path: root/kfile-plugins/avi/kfile_avi.h
diff options
context:
space:
mode:
Diffstat (limited to 'kfile-plugins/avi/kfile_avi.h')
-rw-r--r--kfile-plugins/avi/kfile_avi.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kfile-plugins/avi/kfile_avi.h b/kfile-plugins/avi/kfile_avi.h
index 298fca31..db60fc72 100644
--- a/kfile-plugins/avi/kfile_avi.h
+++ b/kfile-plugins/avi/kfile_avi.h
@@ -21,7 +21,7 @@
#define __KFILE_AVI_H__
#include <kfilemetainfo.h>
-#include <qfile.h>
+#include <tqfile.h>
#if !defined(__osf__)
#include <inttypes.h>
@@ -39,7 +39,7 @@ class KAviPlugin: public KFilePlugin
Q_OBJECT
public:
- KAviPlugin( QObject *parent, const char *name, const QStringList& args );
+ KAviPlugin( TQObject *parent, const char *name, const TQStringList& args );
@@ -58,8 +58,8 @@ private:
// methods to sort out human readable names for the codecs
const char * resolve_audio(uint16_t id);
- QFile f;
- QDataStream dstream;
+ TQFile f;
+ TQDataStream dstream;
// AVI header information
bool done_avih;