summaryrefslogtreecommitdiffstats
path: root/part/kxedocument.h
diff options
context:
space:
mode:
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);