summaryrefslogtreecommitdiffstats
path: root/part/kxedocument.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 12:35:19 +0900
committerMichele Calgaro <[email protected]>2023-07-23 18:50:51 +0900
commit3f22c122a9f1c8b94db1c37c60890cb1a0856a89 (patch)
treebe2a904b72a91b2dff85fb6652890ee689f7d143 /part/kxedocument.h
parentff2a80a1f4619db8fd6d3ecaa7f8d7259347c4fe (diff)
downloadkxmleditor-3f22c122a9f1c8b94db1c37c60890cb1a0856a89.tar.gz
kxmleditor-3f22c122a9f1c8b94db1c37c60890cb1a0856a89.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit bd6c87d5b200c621524b7d3e2053e3875477a918)
Diffstat (limited to 'part/kxedocument.h')
-rw-r--r--part/kxedocument.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/part/kxedocument.h b/part/kxedocument.h
index 83039bf..9260c95 100644
--- a/part/kxedocument.h
+++ b/part/kxedocument.h
@@ -41,7 +41,7 @@ Stores XML document data which can be manipulated by KXMLEditor application.
*/
class KXEDocument : public TQObject, public TQDomDocument, public KXMLGUIClient
{
- Q_OBJECT
+ TQ_OBJECT
public:
/** @short Constructor */
KXEDocument(TQObject *parent=0, const char *name=0);