summaryrefslogtreecommitdiffstats
path: root/doc/html/qaxbindable.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/qaxbindable.html
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt-e6077c30.tar.gz
tqt-e6077c30.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qaxbindable.html')
-rw-r--r--doc/html/qaxbindable.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qaxbindable.html b/doc/html/qaxbindable.html
index d96ad3083..cdce7391c 100644
--- a/doc/html/qaxbindable.html
+++ b/doc/html/qaxbindable.html
@@ -124,7 +124,7 @@ ActiveX control that the property <em>property</em> has been changed.
function.
<p> <p>See also <a href="#requestPropertyChange">requestPropertyChange</a>().
-<h3 class=fn>void <a name="reportError"></a>TQAxBindable::reportError ( int&nbsp;code, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;src, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;desc, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;context = TQString::null )<tt> [static]</tt>
+<h3 class=fn>void <a name="reportError"></a>TQAxBindable::reportError ( int&nbsp;code, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;src, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;desc, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;context = TQString::null )<tt> [static]</tt>
</h3>
<p> Reports an error to the client application. <em>code</em> is a
@@ -143,7 +143,7 @@ Returns TRUE if the client allows the change; otherwise returns
FALSE.
<p> This function is usually called first in the write function for <em>property</em>, and writing is abandoned if the function returns FALSE.
<p> <pre>
- void MyActiveTQt::setText( const <a href="ntqstring.html">TQString</a> &amp;text )
+ void MyActiveTQt::setText( const <a href="tqstring.html">TQString</a> &amp;text )
{
if ( !requestPropertyChange( "text" ) )
return;