summaryrefslogtreecommitdiffstats
path: root/doc/html/qaxserver-example-simple.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qaxserver-example-simple.html')
-rw-r--r--doc/html/qaxserver-example-simple.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qaxserver-example-simple.html b/doc/html/qaxserver-example-simple.html
index 5a8007c62..503eb938d 100644
--- a/doc/html/qaxserver-example-simple.html
+++ b/doc/html/qaxserver-example-simple.html
@@ -47,8 +47,8 @@ and <a href="qaxbindable.html#propertyChanged">TQAxBindable::propertyChanged</a>
<pre> class TQSimpleAX : public <a href="ntqwidget.html">TQWidget</a>, public TQAxBindable
{
<a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a>
- Q_PROPERTY( TQString text READ text WRITE setText )
- Q_PROPERTY( int value READ value WRITE setValue )
+ TQ_PROPERTY( TQString text READ text WRITE setText )
+ TQ_PROPERTY( int value READ value WRITE setValue )
public:
TQSimpleAX( <a href="ntqwidget.html">TQWidget</a> *parent = 0, const char *name = 0 )
: <a href="ntqwidget.html">TQWidget</a>( parent, name )