From 23c9e5d5c9c4c913d85b65a7cf7e0e458ad5470c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 17 Oct 2018 23:25:57 +0900 Subject: [PATCH] Removed obsolete Qt2's TQList/TQListIterator classes and replaced with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro --- kpilot/addressWidget.h | 2 +- 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. *