From 0c8091f80e1c2bd853e8850f2e6300c055471382 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 7 Jul 2023 17:05:34 +0900 Subject: Reintroduced porting documentation previously removed Signed-off-by: Michele Calgaro (cherry picked from commit fd565e9bad03fc401559959b8c3a5f8e3d819b2f) --- doc/html/porting.html | 10 +++++++--- doc/porting3.doc | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/html/porting.html b/doc/html/porting.html index 440af7d64..e095549c0 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -397,14 +397,18 @@ use of the safe qstr* variants directly or ensure that no 0 pointer is passed to the standard C functions in your code base.

Collection Class Renaming

-

The classes TQArray, TQCollection and TQQueue -have been renamed. To ease porting, the old names and the -old header-file names are still supported. +

The classes TQArray, TQCollection, TQList, TQListIterator, TQQueue, TQStack +and TQVector have been renamed as per the following table. The original +names are no longer avaialable.

Old Name New Name New Header File
TQArray TQMemArray <ntqmemarray.h>
TQCollection TQPtrCollection <ntqptrcollection.h> +
TQList TQPtrList <ntqptrlist.h> +
TQListIterator TQPtrListIterator <ntqptrlist.h>
TQQueue TQPtrQueue <ntqptrqueue.h> +
TQStack TQPtrStack <ntqptrstack.h> +
TQVector TQPtrVector <ntqptrvector.h>

TQButtonGroup

diff --git a/doc/porting3.doc b/doc/porting3.doc index c3024625f..8d55bbe88 100644 --- a/doc/porting3.doc +++ b/doc/porting3.doc @@ -358,8 +358,8 @@ passed to the standard C functions in your code base. \section1 Collection Class Renaming The classes QArray, QCollection, QList, QListIterator, QQueue, QStack -and QVector have been renamed. To ease porting, the old names and the -old header-file names are still supported. +and QVector have been renamed as per the following table. The original +names are no longer avaialable. \table \header \i Old Name \i New Name \i New Header File -- cgit v1.2.1