diff options
Diffstat (limited to 'src/commands/edit/EventQuantizeCommand.h')
-rw-r--r-- | src/commands/edit/EventQuantizeCommand.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/commands/edit/EventQuantizeCommand.h b/src/commands/edit/EventQuantizeCommand.h index 0d50678..aa9dd58 100644 --- a/src/commands/edit/EventQuantizeCommand.h +++ b/src/commands/edit/EventQuantizeCommand.h @@ -23,8 +23,8 @@ COPYING included with this distribution for more information. */ -#ifndef _RG_EVENQUANTIZECOMMAND_H_ -#define _RG_EVENQUANTIZECOMMAND_H_ +#ifndef _RG_EVENTQUANTIZECOMMAND_H_ +#define _RG_EVENTQUANTIZECOMMAND_H_ #include "document/BasicCommand.h" #include <tqobject.h> @@ -45,6 +45,7 @@ class EventSelection; class EventQuantizeCommand : public TQObject, public BasicCommand { Q_OBJECT + TQ_OBJECT public: /// Quantizer must be on heap (EventQuantizeCommand dtor will delete) |