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 --- tdeutils/ksettings/pluginpage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeutils/ksettings/pluginpage.h') diff --git a/tdeutils/ksettings/pluginpage.h b/tdeutils/ksettings/pluginpage.h index e9a23fcd8..f3dc1c946 100644 --- a/tdeutils/ksettings/pluginpage.h +++ b/tdeutils/ksettings/pluginpage.h @@ -72,7 +72,7 @@ namespace KSettings */ class TDEUTILS_EXPORT PluginPage : public TDECModule { - Q_OBJECT + TQ_OBJECT public: /** * Standart TDECModule constructor. Automatically creates the the -- cgit v1.2.1