diff options
Diffstat (limited to 'doc/html/addressbook-example.html')
-rw-r--r-- | doc/html/addressbook-example.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/addressbook-example.html b/doc/html/addressbook-example.html index a17f76207..54a26fcd9 100644 --- a/doc/html/addressbook-example.html +++ b/doc/html/addressbook-example.html @@ -59,7 +59,7 @@ class ABCentralWidget; class ABMainWindow: public <a href="ntqmainwindow.html">TQMainWindow</a> { - <a href="metaobjects.html#Q_OBJECT">Q_OBJECT</a> + <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> public: ABMainWindow(); @@ -230,7 +230,7 @@ class TQCheckBox; class ABCentralWidget : public <a href="ntqwidget.html">TQWidget</a> { - Q_OBJECT + TQ_OBJECT public: ABCentralWidget( <a href="ntqwidget.html">TQWidget</a> *parent, const char *name = 0 ); |