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/changes.doc | |
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/changes.doc')
-rw-r--r-- | doc/changes.doc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/changes.doc b/doc/changes.doc index 152a574a4..ab35a9635 100644 --- a/doc/changes.doc +++ b/doc/changes.doc @@ -271,7 +271,7 @@ stage. SVG is a W3C standard for "Scalable Vector Graphics". TQt 3.0's XML support means that QPicture can optionally generate and import static SVG documents. All the SVG features that have an equivalent in -QPainter are supported. +TQPainter are supported. \section2 Multihead support @@ -293,8 +293,8 @@ Qt 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. -The font handling on X11 has undergone major changes. QFont no longer -has a one-to-one relation with window system fonts. QFont is now a +The font handling on X11 has undergone major changes. TQFont 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 changing/setting fonts for a specific locale/language from the |