From fce92533f86b9952f0c9cac6ca97f89c0fe6c39c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:06:30 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- ksvg/impl/SVGScriptElementImpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksvg/impl/SVGScriptElementImpl.h') diff --git a/ksvg/impl/SVGScriptElementImpl.h b/ksvg/impl/SVGScriptElementImpl.h index 2850af9d..d6c03cf9 100644 --- a/ksvg/impl/SVGScriptElementImpl.h +++ b/ksvg/impl/SVGScriptElementImpl.h @@ -41,7 +41,7 @@ class SVGScriptElementImpl : public TQObject, public SVGURIReferenceImpl, public SVGExternalResourcesRequiredImpl { -Q_OBJECT +TQ_OBJECT public: SVGScriptElementImpl(DOM::ElementImpl *); -- cgit v1.2.1