diff options
Diffstat (limited to 'src/commands/edit/EventQuantizeCommand.h')
-rw-r--r-- | src/commands/edit/EventQuantizeCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/edit/EventQuantizeCommand.h b/src/commands/edit/EventQuantizeCommand.h index aa9dd58..fcda69e 100644 --- a/src/commands/edit/EventQuantizeCommand.h +++ b/src/commands/edit/EventQuantizeCommand.h @@ -45,7 +45,7 @@ class EventSelection; class EventQuantizeCommand : public TQObject, public BasicCommand { Q_OBJECT - TQ_OBJECT + public: /// Quantizer must be on heap (EventQuantizeCommand dtor will delete) |