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/man/man3/tqaxfactory.3qt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/man/man3/tqaxfactory.3qt') diff --git a/doc/man/man3/tqaxfactory.3qt b/doc/man/man3/tqaxfactory.3qt index 737fa8fbe..4ce81b59a 100644 --- a/doc/man/man3/tqaxfactory.3qt +++ b/doc/man/man3/tqaxfactory.3qt @@ -22,7 +22,7 @@ This class is part of the \fBQt ActiveQt Extension\fR. .BI "virtual \fB~QAxFactory\fR ()" .br .ti -1c -.BI "virtual QStringList \fBfeatureList\fR () const = 0" +.BI "virtual TQStringList \fBfeatureList\fR () const = 0" .br .ti -1c .BI "virtual TQWidget * \fBcreate\fR ( const TQString & key, TQWidget * parent = 0, const char * name = 0 )" @@ -135,11 +135,11 @@ If you implement your own factory reimplement the pure virtual functions, provid .PP .nf .br - QStringList ActiveQtFactory::featureList() const + TQStringList ActiveQtFactory::featureList() const .br { .br - QStringList list; + TQStringList list; .br list << "ActiveX1"; .br @@ -295,7 +295,7 @@ Reimplement this function to return the name of the super class of \fIkey\fR up The default implementation interprets \fIkey\fR as the class name, and returns the value of the TQ_CLASSINFO entry "ToSuperClass". If no such value is set the null-string is returned, and the functions and properties of all the super classes including TQWidget will be exposed. .PP To only expose the functions and properties of the class itself, reimplement this function to return \fIkey\fR. -.SH "QStringList QAxFactory::featureList () const\fC [pure virtual]\fR" +.SH "TQStringList QAxFactory::featureList () const\fC [pure virtual]\fR" Reimplement this function to return a list of the widgets (class names) supported by this factory. .SH "bool QAxFactory::hasStockEvents ( const TQString & key ) const\fC [virtual]\fR" Reimplement this function to return TRUE if the ActiveX control \fIkey\fR should support the standard ActiveX events -- cgit v1.2.1