diff options
author | Michele Calgaro <[email protected]> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/tqtooltip.html | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/tqtooltip.html')
-rw-r--r-- | doc/html/tqtooltip.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqtooltip.html b/doc/html/tqtooltip.html index ac6d1128a..16b10b158 100644 --- a/doc/html/tqtooltip.html +++ b/doc/html/tqtooltip.html @@ -209,7 +209,7 @@ widget. <p> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> -<h3 class=fn><a href="ntqfont.html">TQFont</a> <a name="font"></a>TQToolTip::font ()<tt> [static]</tt> +<h3 class=fn><a href="tqfont.html">TQFont</a> <a name="font"></a>TQToolTip::font ()<tt> [static]</tt> </h3> Returns the font common to all tool tips. <p> <p>See also <a href="#setFont">setFont</a>(). @@ -293,7 +293,7 @@ covering rectangle <em>rect</em> is removed. <p> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> -<h3 class=fn>void <a name="setFont"></a>TQToolTip::setFont ( const <a href="ntqfont.html">TQFont</a> & font )<tt> [static]</tt> +<h3 class=fn>void <a name="setFont"></a>TQToolTip::setFont ( const <a href="tqfont.html">TQFont</a> & font )<tt> [static]</tt> </h3> Sets the font for all tool tips to <em>font</em>. <p> <p>See also <a href="#font">font</a>(). |