diff options
author | Michele Calgaro <[email protected]> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /doc/man/man3/tqaccessibleinterface.3qt | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
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(). |