diff options
Diffstat (limited to 'doc/html/tqwhatsthis.html')
-rw-r--r-- | doc/html/tqwhatsthis.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqwhatsthis.html b/doc/html/tqwhatsthis.html index e1217762a..46b387cc9 100644 --- a/doc/html/tqwhatsthis.html +++ b/doc/html/tqwhatsthis.html @@ -77,7 +77,7 @@ will not work.) <p> To add "What's this?" text to a widget you simply call <a href="#add">TQWhatsThis::add</a>() for the widget. For example, to assign text to a menu item, call <a href="tqmenudata.html#setWhatsThis">TQMenuData::setWhatsThis</a>(); for a global -accelerator key, call <a href="ntqaccel.html#setWhatsThis">TQAccel::setWhatsThis</a>() and If you're using +accelerator key, call <a href="tqaccel.html#setWhatsThis">TQAccel::setWhatsThis</a>() and If you're using actions, use <a href="tqaction.html#setWhatsThis">TQAction::setWhatsThis</a>(). <p> The text can be either rich text or plain text. If you specify a rich text formatted string, it will be rendered using the default |