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 --- tdehtml/xml/dom_docimpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdehtml/xml/dom_docimpl.h') diff --git a/tdehtml/xml/dom_docimpl.h b/tdehtml/xml/dom_docimpl.h index bcdc9500c..fc78a89b3 100644 --- a/tdehtml/xml/dom_docimpl.h +++ b/tdehtml/xml/dom_docimpl.h @@ -184,7 +184,7 @@ private: */ class DocumentImpl : public TQObject, private tdehtml::CachedObjectClient, public NodeBaseImpl { - Q_OBJECT + TQ_OBJECT public: DocumentImpl(DOMImplementationImpl *_implementation, TDEHTMLView *v); ~DocumentImpl(); -- cgit v1.2.1