From c57b4dfc677121eadeff03f1f3fa330882b5b747 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 13:19:26 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/commands/edit/EventQuantizeCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands') diff --git a/src/commands/edit/EventQuantizeCommand.h b/src/commands/edit/EventQuantizeCommand.h index 384d18f..ae589cc 100644 --- a/src/commands/edit/EventQuantizeCommand.h +++ b/src/commands/edit/EventQuantizeCommand.h @@ -41,7 +41,7 @@ class EventSelection; class EventQuantizeCommand : public TQObject, public BasicCommand { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.1