diff options
Diffstat (limited to 'doc/html/ntqaccessible.html')
-rw-r--r-- | doc/html/ntqaccessible.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqaccessible.html b/doc/html/ntqaccessible.html index bc7f68f6e..eec9d3029 100644 --- a/doc/html/ntqaccessible.html +++ b/doc/html/ntqaccessible.html @@ -272,7 +272,7 @@ accessibility information. ValueChange when the position of a slider has been changed. <em>control</em> is the ID of the child element that has changed. When <em>control</em> is 0, the object itself has changed. <p> Call this function whenever the state of your accessible object or one of it's sub-elements has been changed either programmatically -(e.g. by calling <a href="ntqlabel.html#setText">TQLabel::setText</a>()) or by user interaction. +(e.g. by calling <a href="tqlabel.html#setText">TQLabel::setText</a>()) or by user interaction. <p> If there are no accessibility tools listening to this event, the performance penalty for calling this function is minor, but if determining the parameters of the call is expensive you can use <a href="#isActive">isActive</a>() to |