summaryrefslogtreecommitdiffstats
path: root/doc/html/qaxbase.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qaxbase.html')
-rw-r--r--doc/html/qaxbase.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/qaxbase.html b/doc/html/qaxbase.html
index 574fc1c1e..f93e46113 100644
--- a/doc/html/qaxbase.html
+++ b/doc/html/qaxbase.html
@@ -176,7 +176,7 @@ type that is used in the prototype of signals and slots for out-parameters.
<tr bgcolor="#f0f0f0">
<td valign="top">SAFEARRAY(VARIANT)
<td valign="top">TQValueList&lt;TQVariant&gt;
-<td valign="top">const <a href="ntqvaluelist.html">TQValueList</a>&lt;TQVariant&gt;&
+<td valign="top">const <a href="tqvaluelist.html">TQValueList</a>&lt;TQVariant&gt;&
<td valign="top">TQValueList&lt;TQVariant&gt;&
<tr bgcolor="#d0d0d0">
<td valign="top">SAFEARRAY(BYTE)
@@ -246,15 +246,15 @@ use the TQAxBase API like this:
connect( this, TQ_SIGNAL(clicked(int)), &amp;object, TQ_SLOT(showColumn(int)) );
bool ok = object.<a href="#dynamicCall">dynamicCall</a>( "addColumn(const <a href="ntqstring.html">TQString</a>&amp;)", "Column 1" ).toBool();
- <a href="ntqvaluelist.html">TQValueList</a>&lt;TQVariant&gt; varlist;
- <a href="ntqvaluelist.html">TQValueList</a>&lt;TQVariant&gt; parameters;
+ <a href="tqvaluelist.html">TQValueList</a>&lt;TQVariant&gt; varlist;
+ <a href="tqvaluelist.html">TQValueList</a>&lt;TQVariant&gt; parameters;
parameters &lt;&lt; TQVariant( varlist );
int n = object.<a href="#dynamicCall">dynamicCall</a>( "fillList(TQValueList&lt;TQVariant&gt;&amp;)", parameters ).toInt();
<a href="qaxobject.html">TQAxObject</a> *item = object.querySubItem( "item(int)", 5 );
</pre>
-<p> Note that the <a href="ntqvaluelist.html">TQValueList</a> the object should fill has to be provided as an
+<p> Note that the <a href="tqvaluelist.html">TQValueList</a> the object should fill has to be provided as an
element in the parameter list of TQVariants.
<p> If you need to access properties or pass parameters of unsupported
datatypes you must access the COM object directly through its
@@ -281,7 +281,7 @@ data as provided by the COM event.
<hr><h2>Member Type Documentation</h2>
<h3 class=fn><a name="PropertyBag-enum"></a>TQAxBase::PropertyBag</h3>
-<p> A <a href="ntqmap.html">TQMap</a><TQString,TQVariant> that can store properties as name:value pairs.
+<p> A <a href="tqmap.html">TQMap</a><TQString,TQVariant> that can store properties as name:value pairs.
<hr><h2>Member Function Documentation</h2>
<h3 class=fn><a name="TQAxBase"></a>TQAxBase::TQAxBase ( IUnknown&nbsp;*&nbsp;iface = 0 )
@@ -396,7 +396,7 @@ use the function directly.
<p> This is also more efficient.
<p>Example: <a href="qaxcontainer-example-qutlook.html#x2720">qutlook/centralwidget.cpp</a>.
-<h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="dynamicCall-2"></a>TQAxBase::dynamicCall ( const&nbsp;<a href="ntqcstring.html">TQCString</a>&nbsp;&amp;&nbsp;function, <a href="ntqvaluelist.html">TQValueList</a>&lt;TQVariant&gt;&nbsp;&amp;&nbsp;vars )
+<h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="dynamicCall-2"></a>TQAxBase::dynamicCall ( const&nbsp;<a href="ntqcstring.html">TQCString</a>&nbsp;&amp;&nbsp;function, <a href="tqvaluelist.html">TQValueList</a>&lt;TQVariant&gt;&nbsp;&amp;&nbsp;vars )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Calls the COM object's method <em>function</em>, passing the