From 826b1b771cc20f515acf936bd3a2dcd83ce353b8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:05:05 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- noatun-plugins/oblique/base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'noatun-plugins/oblique/base.h') diff --git a/noatun-plugins/oblique/base.h b/noatun-plugins/oblique/base.h index 6c3bea8..2304483 100644 --- a/noatun-plugins/oblique/base.h +++ b/noatun-plugins/oblique/base.h @@ -17,7 +17,7 @@ typedef unsigned int FileId; class Base : public TQObject { -Q_OBJECT +TQ_OBJECT struct Private; -- cgit v1.2.1