From f33c16dc173533b82f99322175cb04f62923fe5b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:05:30 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- twin-styles/smooth-blend/client/config/smoothblendconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twin-styles/smooth-blend/client/config/smoothblendconfig.h') diff --git a/twin-styles/smooth-blend/client/config/smoothblendconfig.h b/twin-styles/smooth-blend/client/config/smoothblendconfig.h index 73931d61..43a69abf 100644 --- a/twin-styles/smooth-blend/client/config/smoothblendconfig.h +++ b/twin-styles/smooth-blend/client/config/smoothblendconfig.h @@ -31,7 +31,7 @@ class TDEConfig; class ConfigDialog; class smoothblendConfig : public TQObject { - Q_OBJECT + TQ_OBJECT public: smoothblendConfig(TDEConfig* config, TQWidget* parent); -- cgit v1.2.1