diff options
author | Michele Calgaro <[email protected]> | 2023-09-23 12:42:20 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-23 12:42:20 +0900 |
commit | b35e0845dc9b3c8b9a5e52a682c769f383933fae (patch) | |
tree | e4eeca8f6fe0ca87e774be98eabf89b4c7fca347 /doc/man/man3/tqaccessibleobject.3qt | |
parent | 1ba13366a7a377d50b9e8df9044ce11d8209f98c (diff) | |
download | tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.tar.gz tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqaccessibleobject.3qt')
-rw-r--r-- | doc/man/man3/tqaccessibleobject.3qt | 12 |
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. |