diff options
Diffstat (limited to 'doc/html/qaxscript-h.html')
-rw-r--r-- | doc/html/qaxscript-h.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qaxscript-h.html b/doc/html/qaxscript-h.html index fcc15968c..f21644441 100644 --- a/doc/html/qaxscript-h.html +++ b/doc/html/qaxscript-h.html @@ -113,7 +113,7 @@ private: class TQAxScript : public TQObject { - Q_OBJECT + TQ_OBJECT public: enum FunctionFlags { @@ -166,7 +166,7 @@ private: class TQAxScriptManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: TQAxScriptManager( TQObject *parent = 0, const char *name = 0 ); |