diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-10-20 20:01:48 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-10-20 20:01:48 -0500 |
commit | 7608f0043b6dfc0b1adcaa8912793e1d3fe7b636 (patch) | |
tree | 7ffddfefaf990c9a33ee6a0f317b9133dc58305c /doc/html/qaxbindable.html | |
parent | edec8306fb4f7dab5e6b0f368e889581f38ea3bc (diff) | |
download | tqt3-7608f0043b6dfc0b1adcaa8912793e1d3fe7b636.tar.gz tqt3-7608f0043b6dfc0b1adcaa8912793e1d3fe7b636.zip |
Automated update from Qt3
Diffstat (limited to 'doc/html/qaxbindable.html')
-rw-r--r-- | doc/html/qaxbindable.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qaxbindable.html b/doc/html/qaxbindable.html index fe1869eec..deea539e7 100644 --- a/doc/html/qaxbindable.html +++ b/doc/html/qaxbindable.html @@ -71,7 +71,7 @@ TQWidget <em>first</em>. class MyActiveX : public <a href="ntqwidget.html">TQWidget</a>, public TQAxBindable { <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> - Q_PROPERTY( int value READ value WRITE setValue ) + TQ_PROPERTY( int value READ value WRITE setValue ) public: MyActiveX( <a href="ntqwidget.html">TQWidget</a> *parent = 0, const char *name = 0 ); ... |