Removed obsolete Qt2's TQList/TQListIterator classes and replaced

with TQt3's TQPtrList/TQPtrListIterator ones.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/2/head
Michele Calgaro 6 years ago
parent dac679f906
commit 23c9e5d5c9
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -118,7 +118,7 @@ private:
* currently selected category.
*
* The entire address database is read into memory in the
* TQList fAddressList. We need the appinfo block from the
* TQPtrList fAddressList. We need the appinfo block from the
* database to determine which categories there are; this
* is held in fAddressAppInfo.
*

@ -144,7 +144,7 @@ private:
* currently selected category.
*
* The entire todo database is read into memory in the
* TQList fTodoList. We need the appinfo block from the
* TQPtrList fTodoList. We need the appinfo block from the
* database to determine which categories there are; this
* is held in fTodoAppInfo.
*

Loading…
Cancel
Save