diff options
Diffstat (limited to 'doc/html/qaxserver.html')
-rw-r--r-- | doc/html/qaxserver.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qaxserver.html b/doc/html/qaxserver.html index 33eb8b3f4..ecdfa175c 100644 --- a/doc/html/qaxserver.html +++ b/doc/html/qaxserver.html @@ -602,7 +602,7 @@ data types are ignored by the TQActiveX framework. <a name="5-2"></a><p> COM objects can have multiple sub-objects that can represent a sub element of the COM object. A COM object representing a multi-document spread sheet application can for example provide one sub-object for each spread sheet. -<p> Any <a href="ntqobject.html">TQObject</a> subclass can be used as the type for a sub object in ActiveX. The +<p> Any <a href="tqobject.html">TQObject</a> subclass can be used as the type for a sub object in ActiveX. The <a href="qaxfactory.html">TQAxFactory</a> implementation (see below) needs to return the classname of the sub type as one key in the featureList() implementation, as well as the IDs for the COM class, the interface and event interface of that type. Then the @@ -1015,7 +1015,7 @@ interface pointer returned by the controllingUnknown() function, e.g. Do not support the <tt>IUnknown</tt> interface itself in your <tt>queryInterface()</tt> implementation. <p> Implement the methods of the COM interfaces, and use TQAxAggregated::Object() -if you need to make calls to the <a href="ntqobject.html">TQObject</a> subclass implementing the control. +if you need to make calls to the <a href="tqobject.html">TQObject</a> subclass implementing the control. <p> In your <a href="qaxbindable.html">TQAxBindable</a> subclass, implement <tt>createAggregate()</tt> to return a new object of the <a href="qaxaggregated.html">TQAxAggregated</a> subclass. <p> |