diff options
-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. * |