summaryrefslogtreecommitdiffstats
path: root/src/commands
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 13:19:26 +0900
committerMichele Calgaro <[email protected]>2023-07-20 13:19:26 +0900
commitc57b4dfc677121eadeff03f1f3fa330882b5b747 (patch)
tree5e34da75593d5cb3e7074242eb1972435e443639 /src/commands
parent439c716aab9200d6a24a2f2bdfda5e5812dcd3bc (diff)
downloadrosegarden-c57b4dfc677121eadeff03f1f3fa330882b5b747.tar.gz
rosegarden-c57b4dfc677121eadeff03f1f3fa330882b5b747.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/commands')
-rw-r--r--src/commands/edit/EventQuantizeCommand.h2
1 files changed, 1 insertions, 1 deletions
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: