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/matrix/MatrixResizer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/editors/matrix/MatrixResizer.h') diff --git a/src/gui/editors/matrix/MatrixResizer.h b/src/gui/editors/matrix/MatrixResizer.h index b1704ec..aeebb71 100644 --- a/src/gui/editors/matrix/MatrixResizer.h +++ b/src/gui/editors/matrix/MatrixResizer.h @@ -43,7 +43,7 @@ class Event; class MatrixResizer : public MatrixTool { - Q_OBJECT + TQ_OBJECT friend class MatrixToolBox; -- cgit v1.2.1