diff options
Diffstat (limited to 'doc/html/ntqwhatsthis.html')
-rw-r--r-- | doc/html/ntqwhatsthis.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqwhatsthis.html b/doc/html/ntqwhatsthis.html index 380dec2ca..6a26b2e0b 100644 --- a/doc/html/ntqwhatsthis.html +++ b/doc/html/ntqwhatsthis.html @@ -82,7 +82,7 @@ actions, use <a href="ntqaction.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 stylesheet. This makes it possible to embed images. See -<a href="ntqstylesheet.html#defaultSheet">TQStyleSheet::defaultSheet</a>() for details. +<a href="tqstylesheet.html#defaultSheet">TQStyleSheet::defaultSheet</a>() for details. <p> <pre> const char * fileOpenText = "<p><img source=\"fileopen\"> " @@ -133,7 +133,7 @@ Destroys the object and frees any allocated resources. </h3> Adds <em>text</em> as "What's this" help for <em>widget</em>. If the text is rich text formatted (i.e. it contains markup) it will be rendered -with the default stylesheet <a href="ntqstylesheet.html#defaultSheet">TQStyleSheet::defaultSheet</a>(). +with the default stylesheet <a href="tqstylesheet.html#defaultSheet">TQStyleSheet::defaultSheet</a>(). <p> The text is destroyed if the widget is later destroyed, so it need not be explicitly removed. <p> <p>See also <a href="#remove">remove</a>(). |