summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqaccessibleobject.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-23 12:42:20 +0900
committerMichele Calgaro <[email protected]>2023-09-24 20:14:25 +0900
commitd73937a9f779e2aafa6c392f94c9c29aa32b78fd (patch)
treee2c52ad435e8cca696acae34b1f451e934675a64 /doc/man/man3/tqaccessibleobject.3qt
parenteb42871e999672a8fad5793733c58be05928c8ea (diff)
downloadtqt3-d73937a9f779e2aafa6c392f94c9c29aa32b78fd.tar.gz
tqt3-d73937a9f779e2aafa6c392f94c9c29aa32b78fd.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit b35e0845dc9b3c8b9a5e52a682c769f383933fae)
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 a4493638a..32612c430 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.