diff options
Diffstat (limited to 'doc/html/tutorial2-09.html')
-rw-r--r-- | doc/html/tutorial2-09.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tutorial2-09.html b/doc/html/tutorial2-09.html index 52f6678d5..4833b6905 100644 --- a/doc/html/tutorial2-09.html +++ b/doc/html/tutorial2-09.html @@ -41,7 +41,7 @@ apply to all data sets in one place. <pre> class OptionsForm : public <a href="ntqdialog.html">TQDialog</a> { - <a href="metaobjects.html#Q_OBJECT">Q_OBJECT</a> + <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> public: OptionsForm( <a href="ntqwidget.html">TQWidget</a>* parent = 0, const char* name = "options form", bool modal = FALSE, WFlags f = 0 ); |