From 3ef4ff2e0617206d44cb6e0247bb7cc8d0dd909c 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 (cherry picked from commit c57b4dfc677121eadeff03f1f3fa330882b5b747) --- src/gui/editors/notation/NoteInserter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/editors/notation/NoteInserter.h') diff --git a/src/gui/editors/notation/NoteInserter.h b/src/gui/editors/notation/NoteInserter.h index 0b2a172..ab77654 100644 --- a/src/gui/editors/notation/NoteInserter.h +++ b/src/gui/editors/notation/NoteInserter.h @@ -48,7 +48,7 @@ class Event; */ class NoteInserter : public NotationTool { - Q_OBJECT + TQ_OBJECT friend class NotationToolBox; -- cgit v1.2.3