summaryrefslogtreecommitdiffstats
path: root/src/app/playDialog.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 13:17:35 +0900
committerMichele Calgaro <[email protected]>2023-07-20 13:17:35 +0900
commitea718087e4710486e5e7b04f2c82eef8866e2cc9 (patch)
tree12fcd0099c009b219a0f7236e365863d4364f12a /src/app/playDialog.h
parentb9fbcc0e4893e1b3daf7ec72ce8a008409859a05 (diff)
downloadcodeine-ea718087e4710486e5e7b04f2c82eef8866e2cc9.tar.gz
codeine-ea718087e4710486e5e7b04f2c82eef8866e2cc9.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/app/playDialog.h')
-rw-r--r--src/app/playDialog.h2
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 );