diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/qaxbindable.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt-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.html | 4 |
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 code, const <a href="ntqstring.html">TQString</a> & src, const <a href="ntqstring.html">TQString</a> & desc, const <a href="ntqstring.html">TQString</a> & context = TQString::null )<tt> [static]</tt> +<h3 class=fn>void <a name="reportError"></a>TQAxBindable::reportError ( int code, const <a href="tqstring.html">TQString</a> & src, const <a href="tqstring.html">TQString</a> & desc, const <a href="tqstring.html">TQString</a> & 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> &text ) + void MyActiveTQt::setText( const <a href="tqstring.html">TQString</a> &text ) { if ( !requestPropertyChange( "text" ) ) return; |