diff options
Diffstat (limited to 'src/app/playDialog.h')
-rw-r--r-- | src/app/playDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/playDialog.h b/src/app/playDialog.h index 1c84e2d..964c7f8 100644 --- a/src/app/playDialog.h +++ b/src/app/playDialog.h @@ -15,7 +15,7 @@ namespace Codeine { class PlayDialog : public TQDialog { - Q_OBJECT + TQ_OBJECT public: PlayDialog( TQWidget*, bool show_welcome_dialog = false ); |