diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/keyfeatures30.html | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt-a30f5359.tar.gz tqt-a30f5359.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/keyfeatures30.html')
-rw-r--r-- | doc/html/keyfeatures30.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/keyfeatures30.html b/doc/html/keyfeatures30.html index f3227e6e6..bd2f59beb 100644 --- a/doc/html/keyfeatures30.html +++ b/doc/html/keyfeatures30.html @@ -203,7 +203,7 @@ stage. <a name="1-11"></a><p> SVG is a W3C standard for "Scalable Vector Graphics". TQt 3.0's XML support means that <a href="ntqpicture.html">TQPicture</a> can optionally generate and import static SVG documents. All the SVG features that have an equivalent in -<a href="ntqpainter.html">TQPainter</a> are supported. +<a href="tqpainter.html">TQPainter</a> are supported. <p> <h3> Multihead support </h3> <a name="1-12"></a><p> Many professional applications, such as DTP and CAD software, are able @@ -219,7 +219,7 @@ X11. <a name="1-13"></a><p> TQt 3.0 now complies with the NET WM Specification, recently adopted by KDE 2.0. This allows easy integration and proper execution with desktop environments that support the NET WM specification. -<p> The font handling on X11 has undergone major changes. <a href="ntqfont.html">TQFont</a> no longer +<p> The font handling on X11 has undergone major changes. <a href="tqfont.html">TQFont</a> no longer has a one-to-one relation with window system fonts. TQFont is now a logical font that can load multiple window system fonts to simplify Unicode text display. This completely removes the burden of |