diff options
Diffstat (limited to 'doc/man/man3/qaxobject.3qt')
-rw-r--r-- | doc/man/man3/qaxobject.3qt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/qaxobject.3qt b/doc/man/man3/qaxobject.3qt index 40413832b..f1b606741 100644 --- a/doc/man/man3/qaxobject.3qt +++ b/doc/man/man3/qaxobject.3qt @@ -53,7 +53,7 @@ A QAxObject can be instantiated as an empty object, with the name of the COM obj .PP QAxObject is a QObject and can be used as such, e.g. it can be organized in an object hierarchy, receive events and connect to signals and slots. .PP -\fBWarning:\fR You can subclass QAxObject, but you cannot use the Q_OBJECT macro in the subclass (the generated moc-file will not compile), so you cannot add further signals, slots or properties. This limitation is due to the metaobject information generated in runtime. To work around this problem, aggregate the QAxObject as a member of the QObject subclass. +\fBWarning:\fR You can subclass QAxObject, but you cannot use the TQ_OBJECT macro in the subclass (the generated moc-file will not compile), so you cannot add further signals, slots or properties. This limitation is due to the metaobject information generated in runtime. To work around this problem, aggregate the QAxObject as a member of the QObject subclass. .PP .SH MEMBER FUNCTION DOCUMENTATION .SH "QAxObject::QAxObject ( QObject * parent = 0, const char * name = 0 )" |