From 8eb500c4e81229a9853e2f9bac4f39450083f3d7 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:36:09 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- tdecore/tdeconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdecore/tdeconfig.h') diff --git a/tdecore/tdeconfig.h b/tdecore/tdeconfig.h index 2ae0549de..0c23525af 100644 --- a/tdecore/tdeconfig.h +++ b/tdecore/tdeconfig.h @@ -42,7 +42,7 @@ class TDEConfigPrivate; */ class TDECORE_EXPORT TDEConfig : public TDEConfigBase { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.1