summaryrefslogtreecommitdiffstats
path: root/doc/html/qaxserver.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/qaxserver.html
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz
tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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;