summaryrefslogtreecommitdiffstats
path: root/doc/html/mdi-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/mdi-example.html')
-rw-r--r--doc/html/mdi-example.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/mdi-example.html b/doc/html/mdi-example.html
index 13833b94..48022b47 100644
--- a/doc/html/mdi-example.html
+++ b/doc/html/mdi-example.html
@@ -62,7 +62,7 @@ class TQMovie;
class MDIWindow: 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:
MDIWindow( <a href="ntqwidget.html">TQWidget</a>* parent, const char* name, int wflags );
~MDIWindow();
@@ -87,7 +87,7 @@ private:
class ApplicationWindow: public <a href="ntqmainwindow.html">TQMainWindow</a>
{
- Q_OBJECT
+ TQ_OBJECT
public:
ApplicationWindow();
~ApplicationWindow();