summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqaccessible.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqaccessible.html')
-rw-r--r--doc/html/ntqaccessible.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqaccessible.html b/doc/html/ntqaccessible.html
index acccf5f79..bc7f68f6e 100644
--- a/doc/html/ntqaccessible.html
+++ b/doc/html/ntqaccessible.html
@@ -250,20 +250,20 @@ during the runtime of the application, otherwise returns FALSE.
<a href="#updateAccessibility">updateAccessibility</a>().
<p>
-<h3 class=fn>TQRESULT <a name="queryAccessibleInterface"></a>TQAccessible::queryAccessibleInterface ( <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;object, <a href="qaccessibleinterface.html">TQAccessibleInterface</a>&nbsp;**&nbsp;iface )<tt> [static]</tt>
+<h3 class=fn>TQRESULT <a name="queryAccessibleInterface"></a>TQAccessible::queryAccessibleInterface ( <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;object, <a href="qaccessibleinterface.html">TQAccessibleInterface</a>&nbsp;**&nbsp;iface )<tt> [static]</tt>
</h3>
Sets <em>iface</em> to point to the implementation of the
<a href="qaccessibleinterface.html">TQAccessibleInterface</a> for <em>object</em>, and returns <tt>TQS_OK</tt> if
successfull, or sets <em>iface</em> to 0 and returns <tt>TQE_NOCOMPONENT</tt> if
no accessibility implementation for <em>object</em> exists.
-<p> The function uses the <a href="ntqobject.html#className">classname</a> of <em>object</em> to find a suitable implementation. If no
+<p> The function uses the <a href="tqobject.html#className">classname</a> of <em>object</em> to find a suitable implementation. If no
implementation for the object's class is available the function
tries to find an implementation for the object's parent class.
<p> This function is called to answer an accessibility client's
request for object information. You should never need to call this
function yourself.
-<h3 class=fn>void <a name="updateAccessibility"></a>TQAccessible::updateAccessibility ( <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;object, int&nbsp;control, <a href="ntqaccessible.html#Event-enum">Event</a>&nbsp;reason )<tt> [static]</tt>
+<h3 class=fn>void <a name="updateAccessibility"></a>TQAccessible::updateAccessibility ( <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;object, int&nbsp;control, <a href="ntqaccessible.html#Event-enum">Event</a>&nbsp;reason )<tt> [static]</tt>
</h3>
<p> Notifies accessibility clients about a change in <em>object</em>'s