diff options
Diffstat (limited to 'doc/html/qglwidget.html')
-rw-r--r-- | doc/html/qglwidget.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qglwidget.html b/doc/html/qglwidget.html index 4bfed71a7..85905d51e 100644 --- a/doc/html/qglwidget.html +++ b/doc/html/qglwidget.html @@ -117,7 +117,7 @@ paintGL() is called. <p> <pre> class MyGLDrawer : public TQGLWidget { - Q_OBJECT // must include this if you use TQt signals/slots + TQ_OBJECT // must include this if you use TQt signals/slots public: MyGLDrawer( <a href="ntqwidget.html">TQWidget</a> *parent, const char *name ) |