From c97367ce4f0e465de236acd5e8e59cef08ada0ce Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:01:45 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/commands/edit/EventQuantizeCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/edit/EventQuantizeCommand.h') 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) -- cgit v1.2.3