diff options
Diffstat (limited to 'src/xineplayer.h')
-rw-r--r-- | src/xineplayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xineplayer.h b/src/xineplayer.h index e9aec41..efbdd1a 100644 --- a/src/xineplayer.h +++ b/src/xineplayer.h @@ -50,7 +50,7 @@ struct XineProgressEvent : public TQEvent { }; class KXinePlayer : public TQApplication { - Q_OBJECT + TQ_OBJECT public: KXinePlayer (int argc, char ** argv); |