summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 23:25:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 23:25:57 +0900
commit23c9e5d5c9c4c913d85b65a7cf7e0e458ad5470c (patch)
tree0baf606acf66d55228144102286e6c721d3477a2
parentdac679f9063a86c3bbc7aa20804f0cb413e99800 (diff)
downloadkpilot-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 <michele.calgaro@yahoo.it>
-rw-r--r--kpilot/addressWidget.h2
-rw-r--r--kpilot/todoWidget.h2
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.
*