summaryrefslogtreecommitdiffstats
path: root/doc/html/qaccessibleobject.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/qaccessibleobject.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/qaccessibleobject.html')
-rw-r--r--doc/html/qaccessibleobject.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qaccessibleobject.html b/doc/html/qaccessibleobject.html
index 42290321a..26027aa51 100644
--- a/doc/html/qaccessibleobject.html
+++ b/doc/html/qaccessibleobject.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
TQAccessibleInterface for TQObjects.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qaccessible-h.html">ntqaccessible.h</a>&gt;</tt>
-<p>Inherits <a href="ntqobject.html">TQObject</a> and <a href="qaccessibleinterface.html">TQAccessibleInterface</a>.
+<p>Inherits <a href="tqobject.html">TQObject</a> and <a href="qaccessibleinterface.html">TQAccessibleInterface</a>.
<p><a href="qaccessibleobject-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -57,7 +57,7 @@ the TQAccessibleInterface should use this class as the base class.
<p>See also <a href="misc.html">Miscellaneous Classes</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQAccessibleObject"></a>TQAccessibleObject::TQAccessibleObject ( <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;object )
+<h3 class=fn><a name="TQAccessibleObject"></a>TQAccessibleObject::TQAccessibleObject ( <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;object )
</h3>
Creates a TQAccessibleObject for <em>object</em>.
@@ -67,9 +67,9 @@ Destroys the TQAccessibleObject.
<p> This only happens when a call to release() decrements the internal
reference counter to zero.
-<h3 class=fn><a href="ntqobject.html">TQObject</a>&nbsp;* <a name="object"></a>TQAccessibleObject::object () const<tt> [protected]</tt>
+<h3 class=fn><a href="tqobject.html">TQObject</a>&nbsp;* <a name="object"></a>TQAccessibleObject::object () const<tt> [protected]</tt>
</h3>
-Returns the <a href="ntqobject.html">TQObject</a> for which this <a href="qaccessibleinterface.html">TQAccessibleInterface</a>
+Returns the <a href="tqobject.html">TQObject</a> for which this <a href="qaccessibleinterface.html">TQAccessibleInterface</a>
implementation provides information. Use <a href="qaccessibleinterface.html#isValid">isValid</a>() to make sure
the object pointer is safe to use.