diff options
author | Michele Calgaro <[email protected]> | 2018-10-17 23:25:57 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-10-17 23:25:57 +0900 |
commit | 23c9e5d5c9c4c913d85b65a7cf7e0e458ad5470c (patch) | |
tree | 0baf606acf66d55228144102286e6c721d3477a2 | |
parent | dac679f9063a86c3bbc7aa20804f0cb413e99800 (diff) | |
download | kpilot-23c9e5d5c9c4c913d85b65a7cf7e0e458ad5470c.tar.gz kpilot-23c9e5d5c9c4c913d85b65a7cf7e0e458ad5470c.zip |
Removed obsolete Qt2's TQList/TQListIterator classes and replaced
with TQt3's TQPtrList/TQPtrListIterator ones.
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | kpilot/addressWidget.h | 2 | ||||
-rw-r--r-- | kpilot/todoWidget.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kpilot/addressWidget.h b/kpilot/addressWidget.h index 278a025..a59d3ad 100644 --- a/kpilot/addressWidget.h +++ b/kpilot/addressWidget.h @@ -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. * diff --git a/kpilot/todoWidget.h b/kpilot/todoWidget.h index 46432f3..238d818 100644 --- a/kpilot/todoWidget.h +++ b/kpilot/todoWidget.h @@ -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. * |