From c57b4dfc677121eadeff03f1f3fa330882b5b747 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 --- src/gui/editors/notation/NotationView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/editors/notation/NotationView.h') diff --git a/src/gui/editors/notation/NotationView.h b/src/gui/editors/notation/NotationView.h index 63ab87d..49b599f 100644 --- a/src/gui/editors/notation/NotationView.h +++ b/src/gui/editors/notation/NotationView.h @@ -106,7 +106,7 @@ class NotationView : public EditView, friend class NotationSelectionPaster; friend class LilyPondExporter; - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.3