From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/qaxserver-example-wrapper.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 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 984093282..6cf10c48f 100644 --- a/doc/html/qaxserver-example-wrapper.html +++ b/doc/html/qaxserver-example-wrapper.html @@ -47,9 +47,9 @@ macro. ActiveTQtFactory( const TQUuid &lib, const TQUuid &app ) : TQAxFactory( lib, app ) {} - TQStringList featureList() const + TQStringList featureList() const { - TQStringList list; + TQStringList list; list << "TQButton"; list << "TQCheckBox"; list << "TQRadioButton"; @@ -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 ); @@ -75,7 +75,7 @@ macro. return 0; } - TQMetaObject *metaObject( const TQString &key ) const + TQMetaObject *metaObject( const TQString &key ) const { if ( key == "TQButton" ) return TQButton::staticMetaObject(); @@ -90,7 +90,7 @@ macro. return 0; } - TQUuid classID( const TQString &key ) const + TQUuid classID( const TQString &key ) const { if ( key == "TQButton" ) return "{23F5012A-7333-43D3-BCA8-836AABC61B4A}"; @@ -105,7 +105,7 @@ macro. return TQUuid(); } - TQUuid interfaceID( const TQString &key ) const + TQUuid interfaceID( const TQString &key ) const { if ( key == "TQButton" ) return "{6DA689FB-928F-423C-8632-678C3D3606DB}"; @@ -120,7 +120,7 @@ macro. return TQUuid(); } - TQUuid eventsID( const TQString &key ) const + TQUuid eventsID( const TQString &key ) const { if ( key == "TQButton" ) return "{73A5D03F-8ADE-4D84-9AE0-A93B4F85A130}"; -- cgit v1.2.1