diff options
Diffstat (limited to 'doc/man/man3/tqaxfactory.3qt')
-rw-r--r-- | doc/man/man3/tqaxfactory.3qt | 8 |
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 |