summaryrefslogtreecommitdiffstats
path: root/doc/html/qaxfactory.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-06-02 23:07:22 +0900
committerMichele Calgaro <[email protected]>2024-06-02 23:22:42 +0900
commit8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch)
treeb95884617b9a37accc843676d5d42be4116a3f54 /doc/html/qaxfactory.html
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz
tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/qaxfactory.html')
-rw-r--r--doc/html/qaxfactory.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qaxfactory.html b/doc/html/qaxfactory.html
index c9b914e82..ea2ba3e62 100644
--- a/doc/html/qaxfactory.html
+++ b/doc/html/qaxfactory.html
@@ -212,10 +212,10 @@ Reimplement this function to return the class identifier for each
<p> The default implementation interprets <em>key</em> as the class name,
and returns the value of the TQ_CLASSINFO entry "ClassID".
-<h3 class=fn><a href="ntqwidget.html">TQWidget</a>&nbsp;* <a name="create"></a>TQAxFactory::create ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;key, <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )<tt> [virtual]</tt>
+<h3 class=fn><a href="tqwidget.html">TQWidget</a>&nbsp;* <a name="create"></a>TQAxFactory::create ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;key, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )<tt> [virtual]</tt>
</h3>
Reimplement this function to return a new widget for <em>key</em>.
-Propagate <em>parent</em> and <em>name</em> to the <a href="ntqwidget.html">TQWidget</a> constructor. Return
+Propagate <em>parent</em> and <em>name</em> to the <a href="tqwidget.html">TQWidget</a> constructor. Return
0 if this factory doesn't support the value of <em>key</em>.
<p> The returned widget will be exposed as an ActiveX control, e.g.
a COM object that can be embedded as a control into applications.
@@ -224,7 +224,7 @@ a COM object that can be embedded as a control into applications.
<h3 class=fn><a href="tqobject.html">TQObject</a>&nbsp;* <a name="createObject"></a>TQAxFactory::createObject ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;key, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )<tt> [virtual]</tt>
</h3>
Reimplement this function to return a new object for <em>key</em>.
-Propagate <em>parent</em> and <em>name</em> to the <a href="ntqwidget.html">TQWidget</a> constructor. Return
+Propagate <em>parent</em> and <em>name</em> to the <a href="tqwidget.html">TQWidget</a> constructor. Return
0 if this factory doesn't support the value of <em>key</em>.
<p> If the object returned is a TQWidget it will be exposed as an ActiveX
control, otherwise the returned object will be exposed as a COM object.
@@ -257,7 +257,7 @@ ActiveX control.
<p> The default implementation interprets <em>key</em> 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 <a href="ntqwidget.html">TQWidget</a> will be
+and properties of all the super classes including <a href="tqwidget.html">TQWidget</a> will be
exposed.
<p> To only expose the functions and properties of the class itself,
reimplement this function to return <em>key</em>.