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/widgets/CollapsingFrame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/CollapsingFrame.h') diff --git a/src/gui/widgets/CollapsingFrame.h b/src/gui/widgets/CollapsingFrame.h index f6891ba..66f3888 100644 --- a/src/gui/widgets/CollapsingFrame.h +++ b/src/gui/widgets/CollapsingFrame.h @@ -39,7 +39,7 @@ namespace Rosegarden class CollapsingFrame : public TQFrame { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.3