diff options
Diffstat (limited to 'tdehtml/html/html_documentimpl.h')
-rw-r--r-- | tdehtml/html/html_documentimpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdehtml/html/html_documentimpl.h b/tdehtml/html/html_documentimpl.h index 92f163076..f7191f31a 100644 --- a/tdehtml/html/html_documentimpl.h +++ b/tdehtml/html/html_documentimpl.h @@ -43,7 +43,7 @@ namespace DOM { class HTMLDocumentImpl : public DOM::DocumentImpl { - Q_OBJECT + TQ_OBJECT public: HTMLDocumentImpl(DOMImplementationImpl *_implementation, TDEHTMLView *v = 0); ~HTMLDocumentImpl(); |