summaryrefslogtreecommitdiffstats
path: root/doc/html/qaxserver.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qaxserver.html')
-rw-r--r--doc/html/qaxserver.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qaxserver.html b/doc/html/qaxserver.html
index 542e0a6b2..821d2876d 100644
--- a/doc/html/qaxserver.html
+++ b/doc/html/qaxserver.html
@@ -502,7 +502,7 @@ slots are:
<td valign="top">bool&
<td valign="top">[in, out] VARIANT_BOOL*
<tr bgcolor="#d0d0d0">
-<td valign="top">TQString, const <a href="ntqstring.html">TQString</a>&
+<td valign="top">TQString, const <a href="tqstring.html">TQString</a>&
<td valign="top">[in] BSTR
<tr bgcolor="#f0f0f0">
<td valign="top">TQString&
@@ -568,7 +568,7 @@ slots are:
<td valign="top">TQValueList&lt;TQVariant&gt;&
<td valign="top">[in, out] SAFEARRAY(VARIANT)*
<tr bgcolor="#d0d0d0">
-<td valign="top">TQStringList, const <a href="ntqstringlist.html">TQStringList</a>&
+<td valign="top">TQStringList, const <a href="tqstringlist.html">TQStringList</a>&
<td valign="top">[in] SAFEARRAY(BSTR)
<tr bgcolor="#f0f0f0">
<td valign="top">TQStringList&
@@ -821,7 +821,7 @@ exposeToSuperClass() function. Reimplement the function to return
the last (furthest up the inheritance hierarchy) super class that
should be exposed:
<p> <pre>
- TQString MyFactory::exposeToSuperClass( const <a href="ntqstring.html">TQString</a> &amp;key ) const
+ TQString MyFactory::exposeToSuperClass( const <a href="tqstring.html">TQString</a> &amp;key ) const
{
if ( key == "SmallActiveX" )
return key;