From 4c64ef827f7666f86a497c50ab920d4afc56b3ff Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 12:34:44 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/configfrontend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/configfrontend.h') diff --git a/src/configfrontend.h b/src/configfrontend.h index e44b9f3..362ce7a 100644 --- a/src/configfrontend.h +++ b/src/configfrontend.h @@ -37,7 +37,7 @@ */ class ConfigFrontend : public Frontend { - Q_OBJECT + TQ_OBJECT public: ConfigFrontend(bool bAutoDelete = false); -- cgit v1.2.1