diff options
Diffstat (limited to 'doc/html/qaccessibleobject.html')
-rw-r--r-- | doc/html/qaccessibleobject.html | 8 |
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 <<a href="qaccessible-h.html">ntqaccessible.h</a>></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> * object ) +<h3 class=fn><a name="TQAccessibleObject"></a>TQAccessibleObject::TQAccessibleObject ( <a href="tqobject.html">TQObject</a> * 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> * <a name="object"></a>TQAccessibleObject::object () const<tt> [protected]</tt> +<h3 class=fn><a href="tqobject.html">TQObject</a> * <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. |