diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 14:04:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-27 16:08:54 +0900 |
commit | 04913ce7a46fd027856e83a96205fdc388742a19 (patch) | |
tree | a04a117317c14854a6b91072658ba0eb3ad8b3fc /doc/html/qaccessibleobject.html | |
parent | c11c0f228b65f7471a26513ef8dbde413e75f8fa (diff) | |
download | tqt3-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.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. |