summaryrefslogtreecommitdiffstats
path: root/doc/html/qaxserver-example-hierarchy.html
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 18:55:44 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 18:55:44 -0500
commit6b6c9a354dbda88664fb1aebda9bb1df77a4aa2d (patch)
treef13bbebb928d6448ff186bc596fa58fa6b8892d9 /doc/html/qaxserver-example-hierarchy.html
parent56cd55070ee6c5267fde1aae4d5251e400dea64d (diff)
parent7608f0043b6dfc0b1adcaa8912793e1d3fe7b636 (diff)
downloadtqt-6b6c9a354dbda88664fb1aebda9bb1df77a4aa2d.tar.gz
tqt-6b6c9a354dbda88664fb1aebda9bb1df77a4aa2d.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
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 eb1cf33eb..80b3a1ee1 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 );