diff options
Diffstat (limited to 'doc/man/man3/tqaccessibleinterface.3qt')
-rw-r--r-- | doc/man/man3/tqaccessibleinterface.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqaccessibleinterface.3qt b/doc/man/man3/tqaccessibleinterface.3qt index 2d5255eb2..1ec4406d0 100644 --- a/doc/man/man3/tqaccessibleinterface.3qt +++ b/doc/man/man3/tqaccessibleinterface.3qt @@ -39,10 +39,10 @@ Inherited by QAccessibleObject. .BI "virtual int \fBnavigate\fR ( NavDirection direction, int startControl ) const = 0" .br .ti -1c -.BI "virtual QString \fBtext\fR ( Text t, int control ) const = 0" +.BI "virtual TQString \fBtext\fR ( Text t, int control ) const = 0" .br .ti -1c -.BI "virtual void \fBsetText\fR ( Text t, int control, const QString & text ) = 0" +.BI "virtual void \fBsetText\fR ( Text t, int control, const TQString & text ) = 0" .br .ti -1c .BI "virtual Role \fBrole\fR ( int control ) const = 0" @@ -129,13 +129,13 @@ Sets the selection of the child object with ID \fIcontrol\fR to \fIon\fR. If \fI Returns TRUE if the selection could be set; otherwise returns FALSE. .PP See also setFocus() and clearSelection(). -.SH "void QAccessibleInterface::setText ( Text t, int control, const QString & text )\fC [pure virtual]\fR" +.SH "void QAccessibleInterface::setText ( Text t, int control, const TQString & text )\fC [pure virtual]\fR" Sets the text property \fIt\fR of the child object \fIcontrol\fR to \fItext\fR. If \fIcontrol\fR is 0, the text property of the object itself is set. .SH "State QAccessibleInterface::state ( int control ) const\fC [pure virtual]\fR" Returns the current state of the object if \fIcontrol\fR is 0, or the state of the object's sub-element element with ID \fIcontrol\fR. All objects have a state. .PP See also text(), role(), and selection(). -.SH "QString QAccessibleInterface::text ( Text t, int control ) const\fC [pure virtual]\fR" +.SH "TQString QAccessibleInterface::text ( Text t, int control ) const\fC [pure virtual]\fR" Returns a string property \fIt\fR of the child object specified by \fIcontrol\fR, or the string property of the object itself if \fIcontrol\fR is 0. .PP The \fIName\fR is a string used by clients to identify, find or announce an accessible object for the user. All objects must have a name that is unique within their container. |