diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-03 10:43:37 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-03 10:43:37 +0900 |
commit | a75445b4c3c2fe24d377625acd8bb058b2bd971a (patch) | |
tree | a624fa03bd81f105a9c499e3a8ea229a6509c97a /doc/html/porting.html | |
parent | 0b3c8dfbc927e2843c2c62842d53a723d1f1e727 (diff) | |
download | tqt3-a75445b4c3c2fe24d377625acd8bb058b2bd971a.tar.gz tqt3-a75445b4c3c2fe24d377625acd8bb058b2bd971a.zip |
Drop Qt2 obsolete classes
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/porting.html')
-rw-r--r-- | doc/html/porting.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/html/porting.html b/doc/html/porting.html index 440af7d64..8f13fa2b5 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -395,17 +395,6 @@ You might have been relying on the non-portable and unpredictable behavior resulting from these directives. We strongly recommend that you either make 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 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"> -<tr bgcolor="#a2c511"> <th valign="top">Old Name <th valign="top">New Name <th valign="top">New Header File -<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> -</table></center> <p> <h2> <a href="ntqbuttongroup.html">TQButtonGroup</a> </h2> <a name="7"></a><p> In TQt 2.x, the function <a href="ntqbuttongroup.html#selected">TQButtonGroup::selected</a>() returns the selected |