diff options
Diffstat (limited to 'doc/porting3.doc')
-rw-r--r-- | doc/porting3.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/porting3.doc b/doc/porting3.doc index 02d26fef3..3be95f6df 100644 --- a/doc/porting3.doc +++ b/doc/porting3.doc @@ -117,7 +117,7 @@ Header files that you might need to add #include directives for include: \i \c <ntqregexp.h> \i \c <ntqstrlist.h> \i \c <ntqstyle.h> -\i \c <ntqvaluelist.h> +\i \c <tqvaluelist.h> \endlist \section1 Namespace @@ -641,7 +641,7 @@ modal dialog instead. \section1 QSortedList -The QSortedList class is now obsolete. Consider using a QDict, a QMap +The QSortedList class is now obsolete. Consider using a QDict, a TQMap or a plain QPtrList instead. \section1 QTableView |