diff options
Diffstat (limited to 'doc/html/qtooltip.html')
-rw-r--r-- | doc/html/qtooltip.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qtooltip.html b/doc/html/qtooltip.html index 4ddd9b9e8..8082c132c 100644 --- a/doc/html/qtooltip.html +++ b/doc/html/qtooltip.html @@ -127,7 +127,7 @@ function <a href="#add">TQToolTip::add</a>() with the widget, rectangle and tip arguments. (See the <a href="tooltip-example.html">tooltip/tooltip.cpp</a> example.) Again, you can supply a <tt>TQToolTipGroup *</tt> and another text if you want. <p> Both of these are one-liners and cover the majority of cases. The -third and most general way to use TQToolTip retquires you to +third and most general way to use TQToolTip requires you to reimplement a pure virtual function to decide whether to pop up a tool tip. The <a href="tooltip-example.html">tooltip/tooltip.cpp</a> example demonstrates this too. This mode can be used to implement tips for text that can |