diff options
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 |