summaryrefslogtreecommitdiffstats
path: root/doc/html/listviews-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/listviews-example.html')
-rw-r--r--doc/html/listviews-example.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/listviews-example.html b/doc/html/listviews-example.html
index 04569ba62..e7600194a 100644
--- a/doc/html/listviews-example.html
+++ b/doc/html/listviews-example.html
@@ -120,7 +120,7 @@ protected:
class Folder : public <a href="ntqobject.html">TQObject</a>
{
- <a href="metaobjects.html#Q_OBJECT">Q_OBJECT</a>
+ <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a>
public:
Folder( Folder *parent, const <a href="ntqstring.html">TQString</a> &amp;name );
@@ -179,7 +179,7 @@ protected:
class ListViews : public <a href="ntqsplitter.html">TQSplitter</a>
{
- Q_OBJECT
+ TQ_OBJECT
public:
ListViews( <a href="ntqwidget.html">TQWidget</a> *parent = 0, const char *name = 0 );