diff options
author | Michele Calgaro <[email protected]> | 2024-06-08 15:05:55 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-12 19:18:55 +0900 |
commit | 7bc57326e69b9c3f0eaeda63e4a49b67ba611426 (patch) | |
tree | 015fd18fdc62bce380935d546b677aa965b090c6 /doc/html/ntqcommonstyle.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 <[email protected]>
Diffstat (limited to 'doc/html/ntqcommonstyle.html')
-rw-r--r-- | doc/html/ntqcommonstyle.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqcommonstyle.html b/doc/html/ntqcommonstyle.html index 5d46a613a..35445ecb2 100644 --- a/doc/html/ntqcommonstyle.html +++ b/doc/html/ntqcommonstyle.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQCommonStyle class encapsulates the common Look and Feel of a GUI. <a href="#details">More...</a> <p><tt>#include <<a href="qcommonstyle-h.html">ntqcommonstyle.h</a>></tt> -<p>Inherits <a href="ntqstyle.html">TQStyle</a>. +<p>Inherits <a href="tqstyle.html">TQStyle</a>. <p>Inherited by <a href="ntqmotifstyle.html">TQMotifStyle</a> and <a href="ntqwindowsstyle.html">TQWindowsStyle</a>. <p><a href="qcommonstyle-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -49,7 +49,7 @@ The TQCommonStyle class encapsulates the common Look and Feel of a GUI. <p> This abstract class implements some of the widget's look and feel that is common to all GUI styles provided and shipped as part of TQt. -<p> All the functions are documented in <a href="ntqstyle.html">TQStyle</a>. +<p> All the functions are documented in <a href="tqstyle.html">TQStyle</a>. <p>See also <a href="appearance.html">Widget Appearance and Style</a>. <hr><h2>Member Function Documentation</h2> |