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/features.doc | |
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/features.doc')
-rw-r--r-- | doc/features.doc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/features.doc b/doc/features.doc index 4fc24e89e..06592bcbf 100644 --- a/doc/features.doc +++ b/doc/features.doc @@ -80,7 +80,7 @@ The available options are: \i Asynchronous Image I/O and GIF image support (\l TQImageDecoder, ...) \i \row \i TQT_NO_MOVIE - \i Animation support (\l QMovie) + \i Animation support (\l TQMovie) \i TQT_NO_ASYNC_IO, TQT_NO_ASYNC_IMAGE_IO \header \i31 Fonts @@ -210,10 +210,10 @@ The available options are: \i The file selection dialog (\l TQFileDialog) \i TQT_NO_DIALOGS, TQT_NO_NETWORKPROTOCOL, TQT_NO_LISTVIEW \row \i TQT_NO_FONTDIALOG - \i The font selection dialog (\l QFontDialog) + \i The font selection dialog (\l TQFontDialog) \i TQT_NO_DIALOGS, TQT_NO_FONTDATABASE \row \i TQT_NO_COLORDIALOG - \i The color selection dialog (\l QColorDialog) + \i The color selection dialog (\l TQColorDialog) \i TQT_NO_DIALOGS \row \i TQT_NO_INPUTDIALOG \i Text input dialog (\l QInputDialog) |