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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kfile-plugins/mpeg/kfile_mpeg.h b/kfile-plugins/mpeg/kfile_mpeg.h
index 2aa313d2..e35b639e 100644
--- a/kfile-plugins/mpeg/kfile_mpeg.h
+++ b/kfile-plugins/mpeg/kfile_mpeg.h
@@ -28,9 +28,10 @@ class TQStringList;
class KMpegPlugin: public KFilePlugin
{
Q_OBJECT
+ TQ_OBJECT
public:
- KMpegPlugin( TQObject *parent, const char *name, const TQStringList& args );
+ KMpegPlugin( TQObject *tqparent, const char *name, const TQStringList& args );
virtual bool readInfo( KFileMetaInfo& info, uint what);