From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/man/man3/tqaccessibleinterface.3qt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/man/man3/tqaccessibleinterface.3qt') 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 \fBselection\fR () const = 0" +.BI "virtual TQMemArray \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 QAccessibleInterface::selection () const\fC [pure virtual]\fR" +.SH "TQMemArray 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(). -- cgit v1.2.3