diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 | 
| commit | 42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch) | |
| tree | 0928f4e01a3dcc0698b46c7608d8310e471bdb49 /doc/features.doc | |
| parent | fef846914f8db6dc117e206ef913d519bf6bb33e (diff) | |
| download | tqt-42957a3f.tar.gz tqt-42957a3f.zip | |
Rename more widget 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 | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/doc/features.doc b/doc/features.doc index 4f37ddd13..a72abbe92 100644 --- a/doc/features.doc +++ b/doc/features.doc @@ -168,7 +168,7 @@ The available options are:       \i Labelled icons (\l TQIconView)       \i TQT_NO_WIDGETS, TQT_NO_DRAGANDDROP  \row \i TQT_NO_LISTVIEW -     \i Lists of information (\l QListView) +     \i Lists of information (\l TQListView)       \i TQT_NO_WIDGETS  \row \i TQT_NO_CANVAS       \i Object canvas (\l TQCanvas) @@ -222,13 +222,13 @@ The available options are:       \i Message/prompting dialog (\l QMessageBox)       \i TQT_NO_DIALOGS  \row \i TQT_NO_PROGRESSDIALOG -     \i Long-computation progress dialog (\l QProgressDialog) +     \i Long-computation progress dialog (\l TQProgressDialog)       \i TQT_NO_DIALOGS  \row \i TQT_NO_TABDIALOG -     \i Tabbed-pages dialog (\l QTabDialog) +     \i Tabbed-pages dialog (\l TQTabDialog)       \i TQT_NO_DIALOGS  \row \i TQT_NO_WIZARD -     \i Multi-step dialog (\l QWizard) +     \i Multi-step dialog (\l TQWizard)       \i TQT_NO_DIALOGS  \endtable | 
