summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqaxfactory.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-06-06 13:44:12 +0900
committerMichele Calgaro <[email protected]>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/man/man3/tqaxfactory.3qt
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz
tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqaxfactory.3qt')
-rw-r--r--doc/man/man3/tqaxfactory.3qt8
1 files changed, 4 insertions, 4 deletions
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