diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 15:05:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-12 19:18:55 +0900 |
commit | 7bc57326e69b9c3f0eaeda63e4a49b67ba611426 (patch) | |
tree | 015fd18fdc62bce380935d546b677aa965b090c6 /doc/features.doc | |
parent | ccbc1c3572fd0e26480c1432fff55d2909545538 (diff) | |
download | tqt-7bc57326.tar.gz tqt-7bc57326.zip |
Rename style nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/features.doc')
-rw-r--r-- | doc/features.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/features.doc b/doc/features.doc index 8af5d3e3b..cadb3aaf8 100644 --- a/doc/features.doc +++ b/doc/features.doc @@ -113,7 +113,7 @@ The available options are: and tagging typed data (eg. text, images, colors) (\l QMimeSource) \i \row \i TQT_NO_RICHTEXT - \i HTML-like text (\l QStyleSheet, \l QLabel) + \i HTML-like text (\l TQStyleSheet, \l QLabel) \i TQT_NO_MIME \row \i TQT_NO_DRAGANDDROP \i Drag-and-drop data between applications (\l QDragObject) @@ -176,7 +176,7 @@ The available options are: \header \i31 Painting/drawing \row \i TQT_NO_COLORNAMES \i Color names such as "red", used by some \l TQColor constructors - and by some HTML documents (\l TQColor, \l QStyleSheet) + and by some HTML documents (\l TQColor, \l TQStyleSheet) \i \row \i TQT_NO_TRANSFORMATIONS \i Used by a number of classes in Qt. With this, rotation and |