summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqaccessible.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqaccessible.3qt')
-rw-r--r--doc/man/man3/tqaccessible.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqaccessible.3qt b/doc/man/man3/tqaccessible.3qt
index 4e08d523..b3e79045 100644
--- a/doc/man/man3/tqaccessible.3qt
+++ b/doc/man/man3/tqaccessible.3qt
@@ -34,10 +34,10 @@ Inherited by QAccessibleInterface.
.SS "Static Public Members"
.in +1c
.ti -1c
-.BI "QRESULT \fBqueryAccessibleInterface\fR ( QObject * object, QAccessibleInterface ** iface )"
+.BI "QRESULT \fBqueryAccessibleInterface\fR ( TQObject * object, QAccessibleInterface ** iface )"
.br
.ti -1c
-.BI "void \fBupdateAccessibility\fR ( QObject * object, int control, Event reason )"
+.BI "void \fBupdateAccessibility\fR ( TQObject * object, int control, Event reason )"
.br
.ti -1c
.BI "bool \fBisActive\fR ()"
@@ -355,13 +355,13 @@ This enum specifies string information that an accessible object returns.
Returns TRUE if an accessibility implementation has been requested, during the runtime of the application, otherwise returns FALSE.
.PP
Use this function to prevent potentially expensive notifications via updateAccessibility().
-.SH "QRESULT QAccessible::queryAccessibleInterface ( QObject * object, QAccessibleInterface ** iface )\fC [static]\fR"
+.SH "QRESULT QAccessible::queryAccessibleInterface ( TQObject * object, QAccessibleInterface ** iface )\fC [static]\fR"
Sets \fIiface\fR to point to the implementation of the QAccessibleInterface for \fIobject\fR, and returns \fCQS_OK\fR if successfull, or sets \fIiface\fR to 0 and returns \fCQE_NOCOMPONENT\fR if no accessibility implementation for \fIobject\fR exists.
.PP
The function uses the classname of \fIobject\fR to find a suitable implementation. If no implementation for the object's class is available the function tries to find an implementation for the object's parent class.
.PP
This function is called to answer an accessibility client's request for object information. You should never need to call this function yourself.
-.SH "void QAccessible::updateAccessibility ( QObject * object, int control, Event reason )\fC [static]\fR"
+.SH "void QAccessible::updateAccessibility ( TQObject * object, int control, Event reason )\fC [static]\fR"
Notifies accessibility clients about a change in \fIobject\fR's accessibility information.
.PP
\fIreason\fR specifies the cause of the change, for example, ValueChange when the position of a slider has been changed. \fIcontrol\fR is the ID of the child element that has changed. When \fIcontrol\fR is 0, the object itself has changed.