From 292fa30f0fade0c2742ef4b4ccc28be79dfe747c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 23 May 2020 21:21:04 +0900 Subject: Removed obsolete Qt2's TQStack class and replaced with TQt3's TQPtrStack. Signed-off-by: Michele Calgaro --- doc/html/porting.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc/html/porting.html') diff --git a/doc/html/porting.html b/doc/html/porting.html index e8c24e74d..440af7d64 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -397,7 +397,7 @@ 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, TQQueue and TQStack +

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

@@ -405,7 +405,6 @@ old header-file names are still supported.
TQArray TQMemArray <ntqmemarray.h>
TQCollection TQPtrCollection <ntqptrcollection.h>
TQQueue TQPtrQueue <ntqptrqueue.h> -
TQStack TQPtrStack <ntqptrstack.h>

TQButtonGroup

-- cgit v1.2.3