diff options
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; |