diff options
Diffstat (limited to 'kplayer/kplayerengine.h')
-rw-r--r-- | kplayer/kplayerengine.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kplayer/kplayerengine.h b/kplayer/kplayerengine.h index eec3655..3a6cdf0 100644 --- a/kplayer/kplayerengine.h +++ b/kplayer/kplayerengine.h @@ -39,7 +39,7 @@ int listIndex (const TQStringList&, const TQString&); */ class KPlayerFileDialog : public KFileDialog { - Q_OBJECT + TQ_OBJECT public: /** Constructor. Parameters are passed to the KFileDialog constructor. */ @@ -55,7 +55,7 @@ public: */ class KPlayerEngine : public TQObject { - Q_OBJECT + TQ_OBJECT public: KPlayerEngine (TDEActionCollection* ac, TQWidget* parent, const char* name, TDEConfig*); |