From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/qaccessibleinterface.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/qaccessibleinterface.html') diff --git a/doc/html/qaccessibleinterface.html b/doc/html/qaccessibleinterface.html index 814d12338..6c8e24d4f 100644 --- a/doc/html/qaccessibleinterface.html +++ b/doc/html/qaccessibleinterface.html @@ -171,7 +171,7 @@ item and the specified child object have their selection set to on. FALSE.

See also setFocus() and clearSelection(). -

void TQAccessibleInterface::setText ( Text t, int control, const TQString & text ) [pure virtual] +

void TQAccessibleInterface::setText ( Text t, int control, const TQString & text ) [pure virtual]

Sets the text property t of the child object control to text. If control is 0, the text property of the object itself @@ -185,7 +185,7 @@ state of the object's sub-element element with ID control. All objects have a state.

See also text(), role(), and selection(). -

TQString TQAccessibleInterface::text ( Text t, int control ) const [pure virtual] +

TQString TQAccessibleInterface::text ( Text t, int control ) const [pure virtual]

Returns a string property t of the child object specified by control, or the string property of the object itself if control -- cgit v1.2.3