diff options
Diffstat (limited to 'examples/sound/sound.h')
-rw-r--r-- | examples/sound/sound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sound/sound.h b/examples/sound/sound.h index 573e87136..ee4bc5853 100644 --- a/examples/sound/sound.h +++ b/examples/sound/sound.h @@ -13,7 +13,7 @@ #include <ntqmainwindow.h> class SoundPlayer : public TQMainWindow { - Q_OBJECT + TQ_OBJECT public: SoundPlayer(); |