diff options
Diffstat (limited to 'part/kxmleditorpart.h')
-rw-r--r-- | part/kxmleditorpart.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/part/kxmleditorpart.h b/part/kxmleditorpart.h index 8139554..62146cb 100644 --- a/part/kxmleditorpart.h +++ b/part/kxmleditorpart.h @@ -47,7 +47,7 @@ class KXEDocument; /** @short This is the KPart of KXMLEditor. */ class KXMLEditorPart : public KParts::ReadWritePart { - Q_OBJECT + TQ_OBJECT public: /** @short Constructor @@ -426,7 +426,7 @@ signals: */ class KXMLEditorBrowserExtension : public KParts::BrowserExtension { - Q_OBJECT + TQ_OBJECT public: /** @short Constructor */ |