diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-23 21:21:04 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-23 21:21:04 +0900 |
commit | 292fa30f0fade0c2742ef4b4ccc28be79dfe747c (patch) | |
tree | 227b09b1a61514e2ccd3fbc548b5431a6fee6229 /doc/html/porting.html | |
parent | f0869718763cd6d04c9b225db8966df08ddaef44 (diff) | |
download | tqt3-292fa30f0fade0c2742ef4b4ccc28be79dfe747c.tar.gz tqt3-292fa30f0fade0c2742ef4b4ccc28be79dfe747c.zip |
Removed obsolete Qt2's TQStack class and replaced with TQt3's TQPtrStack.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/porting.html')
-rw-r--r-- | doc/html/porting.html | 3 |
1 files changed, 1 insertions, 2 deletions
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. <p> <h2> Collection Class Renaming </h2> -<a name="6"></a><p> The classes TQArray, TQCollection, TQQueue and TQStack +<a name="6"></a><p> The classes TQArray, TQCollection and TQQueue have been renamed. To ease porting, the old names and the old header-file names are still supported. <p> <center><table cellpadding="4" cellspacing="2" border="0"> @@ -405,7 +405,6 @@ old header-file names are still supported. <tr bgcolor="#f0f0f0"> <td valign="top">TQArray <td valign="top"><a href="ntqmemarray.html">TQMemArray</a> <td valign="top"><tt><ntqmemarray.h></tt> <tr bgcolor="#d0d0d0"> <td valign="top">TQCollection <td valign="top"><a href="ntqptrcollection.html">TQPtrCollection</a> <td valign="top"><tt><ntqptrcollection.h></tt> <tr bgcolor="#f0f0f0"> <td valign="top">TQQueue <td valign="top"><a href="ntqptrqueue.html">TQPtrQueue</a> <td valign="top"><tt><ntqptrqueue.h></tt> -<tr bgcolor="#d0d0d0"> <td valign="top">TQStack <td valign="top"><a href="ntqptrstack.html">TQPtrStack</a> <td valign="top"><tt><ntqptrstack.h></tt> </table></center> <p> <h2> <a href="ntqbuttongroup.html">TQButtonGroup</a> </h2> |