summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqaccessibleobject.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqaccessibleobject.3qt')
-rw-r--r--doc/man/man3/tqaccessibleobject.3qt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqaccessibleobject.3qt b/doc/man/man3/tqaccessibleobject.3qt
index a4493638..32612c43 100644
--- a/doc/man/man3/tqaccessibleobject.3qt
+++ b/doc/man/man3/tqaccessibleobject.3qt
@@ -11,12 +11,12 @@ QAccessibleObject \- Implements parts of the QAccessibleInterface for QObjects
.SH SYNOPSIS
\fC#include <ntqaccessible.h>\fR
.PP
-Inherits QObject and QAccessibleInterface.
+Inherits TQObject and QAccessibleInterface.
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQAccessibleObject\fR ( QObject * object )"
+.BI "\fBQAccessibleObject\fR ( TQObject * object )"
.br
.ti -1c
.BI "virtual \fB~QAccessibleObject\fR ()"
@@ -25,7 +25,7 @@ Inherits QObject and QAccessibleInterface.
.SS "Protected Members"
.in +1c
.ti -1c
-.BI "QObject * \fBobject\fR () const"
+.BI "TQObject * \fBobject\fR () const"
.br
.in -1c
.SH DESCRIPTION
@@ -35,14 +35,14 @@ This class is mainly provided for convenience. All subclasses of the QAccessible
.PP
See also Miscellaneous Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QAccessibleObject::QAccessibleObject ( QObject * object )"
+.SH "QAccessibleObject::QAccessibleObject ( TQObject * object )"
Creates a QAccessibleObject for \fIobject\fR.
.SH "QAccessibleObject::~QAccessibleObject ()\fC [virtual]\fR"
Destroys the QAccessibleObject.
.PP
This only happens when a call to release() decrements the internal reference counter to zero.
-.SH "QObject * QAccessibleObject::object () const\fC [protected]\fR"
-Returns the QObject for which this QAccessibleInterface
+.SH "TQObject * QAccessibleObject::object () const\fC [protected]\fR"
+Returns the TQObject for which this QAccessibleInterface
implementation provides information. Use isValid() to make sure
the object pointer is safe to use.