diff options
Diffstat (limited to 'tdehtml/html/html_objectimpl.h')
-rw-r--r-- | tdehtml/html/html_objectimpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdehtml/html/html_objectimpl.h b/tdehtml/html/html_objectimpl.h index d10e66356..2818330e0 100644 --- a/tdehtml/html/html_objectimpl.h +++ b/tdehtml/html/html_objectimpl.h @@ -38,7 +38,7 @@ class DOMStringImpl; class HTMLObjectBaseElementImpl : public TQObject, public HTMLElementImpl { - Q_OBJECT + TQ_OBJECT public: HTMLObjectBaseElementImpl(DocumentImpl *doc); |