From 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 2 Jun 2024 23:07:22 +0900 Subject: Rename ntqwidget* related files to equivalent tqwidget* Signed-off-by: Michele Calgaro --- doc/html/qaxserver-example-wrapper.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/qaxserver-example-wrapper.html') 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 TQPushButton, TQCheckBox and TQRadioButton as provided by TQt. -

It demonstrates how to export existing TQWidget classes as ActiveX +

It demonstrates how to export existing TQWidget classes as ActiveX controls, and the use of TQAxFactory together with the TQAXFACTORY_EXPORT macro.

@@ -57,7 +57,7 @@ macro. list << "TQToolButton"; return list; } - TQWidget *create( const TQString &key, TQWidget *parent, const char *name ) + TQWidget *create( const TQString &key, TQWidget *parent, const char *name ) { if ( key == "TQButton" ) return new TQButton( parent, name ); -- cgit v1.2.3