summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqaccessible.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 14:04:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-27 16:08:54 +0900
commit04913ce7a46fd027856e83a96205fdc388742a19 (patch)
treea04a117317c14854a6b91072658ba0eb3ad8b3fc /doc/html/ntqaccessible.html
parentc11c0f228b65f7471a26513ef8dbde413e75f8fa (diff)
downloadtqt3-04913ce7a46fd027856e83a96205fdc388742a19.tar.gz
tqt3-04913ce7a46fd027856e83a96205fdc388742a19.zip
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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