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/NotationEraser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/editors/notation/NotationEraser.h') diff --git a/src/gui/editors/notation/NotationEraser.h b/src/gui/editors/notation/NotationEraser.h index 9d76a7b..01a8009 100644 --- a/src/gui/editors/notation/NotationEraser.h +++ b/src/gui/editors/notation/NotationEraser.h @@ -43,7 +43,7 @@ class NotationView; */ class NotationEraser : public NotationTool { - Q_OBJECT + TQ_OBJECT friend class NotationToolBox; -- cgit v1.2.1