diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 15:05:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-12 19:18:55 +0900 |
commit | 7bc57326e69b9c3f0eaeda63e4a49b67ba611426 (patch) | |
tree | 015fd18fdc62bce380935d546b677aa965b090c6 /doc/html/ntqwhatsthis.html | |
parent | ccbc1c3572fd0e26480c1432fff55d2909545538 (diff) | |
download | tqt3-7bc57326e69b9c3f0eaeda63e4a49b67ba611426.tar.gz tqt3-7bc57326e69b9c3f0eaeda63e4a49b67ba611426.zip |
Rename style nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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>(). |