summaryrefslogtreecommitdiffstats
path: root/kfile-plugins/mpeg/kfile_mpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'kfile-plugins/mpeg/kfile_mpeg.h')
-rw-r--r--kfile-plugins/mpeg/kfile_mpeg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kfile-plugins/mpeg/kfile_mpeg.h b/kfile-plugins/mpeg/kfile_mpeg.h
index 754dc5d0..5fcba670 100644
--- a/kfile-plugins/mpeg/kfile_mpeg.h
+++ b/kfile-plugins/mpeg/kfile_mpeg.h
@@ -21,7 +21,7 @@
#define __KFILE_MPEG_H__
#include <kfilemetainfo.h>
-#include <qfile.h>
+#include <tqfile.h>
class QStringList;
@@ -30,7 +30,7 @@ class KMpegPlugin: public KFilePlugin
Q_OBJECT
public:
- KMpegPlugin( QObject *parent, const char *name, const QStringList& args );
+ KMpegPlugin( TQObject *parent, const char *name, const TQStringList& args );
virtual bool readInfo( KFileMetaInfo& info, uint what);
@@ -47,8 +47,8 @@ private:
bool read_mpeg();
void read_length();
- QFile file;
- QDataStream dstream;
+ TQFile file;
+ TQDataStream dstream;
// MPEG information
int horizontal_size;