diff options
Diffstat (limited to 'doc/html/hello-example.html')
-rw-r--r-- | doc/html/hello-example.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/hello-example.html b/doc/html/hello-example.html index 821c3ec57..2d20c3128 100644 --- a/doc/html/hello-example.html +++ b/doc/html/hello-example.html @@ -55,7 +55,7 @@ and in different colors. class Hello : public <a href="ntqwidget.html">TQWidget</a> { - <a href="metaobjects.html#Q_OBJECT">Q_OBJECT</a> + <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> public: Hello( const char *text, TQWidget *parent=0, const char *name=0 ); signals: |