diff options
Diffstat (limited to 'tdehtml/xml/dom_docimpl.h')
-rw-r--r-- | tdehtml/xml/dom_docimpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |