diff options
Diffstat (limited to 'doc/man/man3/tqaccessibleinterface.3qt')
-rw-r--r-- | doc/man/man3/tqaccessibleinterface.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqaccessibleinterface.3qt b/doc/man/man3/tqaccessibleinterface.3qt index 1ec4406d0..4dc7aa798 100644 --- a/doc/man/man3/tqaccessibleinterface.3qt +++ b/doc/man/man3/tqaccessibleinterface.3qt @@ -51,7 +51,7 @@ Inherited by QAccessibleObject. .BI "virtual State \fBstate\fR ( int control ) const = 0" .br .ti -1c -.BI "virtual QMemArray<int> \fBselection\fR () const = 0" +.BI "virtual TQMemArray<int> \fBselection\fR () const = 0" .br .ti -1c .BI "virtual bool \fBdoDefaultAction\fR ( int control ) = 0" @@ -115,7 +115,7 @@ All visual objects provide this information. Returns the role of the object if \fIcontrol\fR is 0, or the role of the object's sub-element with ID \fIcontrol\fR. The role of an object is usually static. All accessible objects have a role. .PP See also text(), state(), and selection(). -.SH "QMemArray<int> QAccessibleInterface::selection () const\fC [pure virtual]\fR" +.SH "TQMemArray<int> QAccessibleInterface::selection () const\fC [pure virtual]\fR" Returns the list of all the element IDs that are selected. .PP See also text(), role(), and state(). |