diff options
Diffstat (limited to 'doc/html/qaxserver-example-wrapper.html')
-rw-r--r-- | doc/html/qaxserver-example-wrapper.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qaxserver-example-wrapper.html b/doc/html/qaxserver-example-wrapper.html index b0a03f7a5..984093282 100644 --- a/doc/html/qaxserver-example-wrapper.html +++ b/doc/html/qaxserver-example-wrapper.html @@ -36,7 +36,7 @@ body { background: #ffffff; color: black; } The ActiveX controls in this example are the standard button classes <a href="ntqpushbutton.html">TQPushButton</a>, <a href="ntqcheckbox.html">TQCheckBox</a> and <a href="ntqradiobutton.html">TQRadioButton</a> as provided by TQt. -<p> It demonstrates how to export existing <a href="ntqwidget.html">TQWidget</a> classes as ActiveX +<p> It demonstrates how to export existing <a href="tqwidget.html">TQWidget</a> classes as ActiveX controls, and the use of <a href="qaxfactory.html">TQAxFactory</a> together with the <a href="qaxfactory.html#TQAXFACTORY_EXPORT">TQAXFACTORY_EXPORT</a> macro. <p> @@ -57,7 +57,7 @@ macro. list << "TQToolButton"; return list; } - <a href="ntqwidget.html">TQWidget</a> *create( const <a href="ntqstring.html">TQString</a> &key, TQWidget *parent, const char *name ) + <a href="tqwidget.html">TQWidget</a> *create( const <a href="ntqstring.html">TQString</a> &key, TQWidget *parent, const char *name ) { if ( key == "TQButton" ) return new <a href="ntqbutton.html">TQButton</a>( parent, name ); |