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/NotationToolBox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/editors/notation/NotationToolBox.h') diff --git a/src/gui/editors/notation/NotationToolBox.h b/src/gui/editors/notation/NotationToolBox.h index f29240a..78d354a 100644 --- a/src/gui/editors/notation/NotationToolBox.h +++ b/src/gui/editors/notation/NotationToolBox.h @@ -43,7 +43,7 @@ class EditTool; */ class NotationToolBox : public EditToolBox { - Q_OBJECT + TQ_OBJECT public: NotationToolBox(NotationView* parent); -- cgit v1.2.1