summaryrefslogtreecommitdiffstats
path: root/doc/html/qaxserver-example-hierarchy.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qaxserver-example-hierarchy.html')
-rw-r--r--doc/html/qaxserver-example-hierarchy.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qaxserver-example-hierarchy.html b/doc/html/qaxserver-example-hierarchy.html
index eb1cf33e..80b3a1ee 100644
--- a/doc/html/qaxserver-example-hierarchy.html
+++ b/doc/html/qaxserver-example-hierarchy.html
@@ -86,7 +86,7 @@ name.
<pre> class TQSubWidget : public <a href="ntqwidget.html">TQWidget</a>
{
TQ_OBJECT
- Q_PROPERTY( TQString label READ label WRITE setLabel )
+ TQ_PROPERTY( TQString label READ label WRITE setLabel )
public:
TQSubWidget( <a href="ntqwidget.html">TQWidget</a> *parent = 0, const char *name = 0, WFlags f = 0 );