diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qaccessibleobject.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qaccessibleobject.html')
-rw-r--r-- | doc/html/qaccessibleobject.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qaccessibleobject.html b/doc/html/qaccessibleobject.html index 1f0b420f5..42290321a 100644 --- a/doc/html/qaccessibleobject.html +++ b/doc/html/qaccessibleobject.html @@ -34,8 +34,8 @@ body { background: #ffffff; color: black; } <p>The TQAccessibleObject class implements parts of the TQAccessibleInterface for TQObjects. <a href="#details">More...</a> -<p><tt>#include <<a href="qaccessible-h.html">qaccessible.h</a>></tt> -<p>Inherits <a href="qobject.html">TQObject</a> and <a href="qaccessibleinterface.html">TQAccessibleInterface</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><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="qobject.html">TQObject</a> * object ) +<h3 class=fn><a name="TQAccessibleObject"></a>TQAccessibleObject::TQAccessibleObject ( <a href="ntqobject.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="qobject.html">TQObject</a> * <a name="object"></a>TQAccessibleObject::object () const<tt> [protected]</tt> +<h3 class=fn><a href="ntqobject.html">TQObject</a> * <a name="object"></a>TQAccessibleObject::object () const<tt> [protected]</tt> </h3> -Returns the <a href="qobject.html">TQObject</a> for which this <a href="qaccessibleinterface.html">TQAccessibleInterface</a> +Returns the <a href="ntqobject.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. |