From 7a47f8a625eb8831ea1ede47c2cbe4ae58e74193 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 17 Oct 2018 23:25:51 +0900 Subject: Removed obsolete Qt2's TQList/TQListIterator classes and replaced with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro --- kimagemapeditor/mapslistview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kimagemapeditor') diff --git a/kimagemapeditor/mapslistview.h b/kimagemapeditor/mapslistview.h index aff57761..858071ec 100644 --- a/kimagemapeditor/mapslistview.h +++ b/kimagemapeditor/mapslistview.h @@ -42,7 +42,7 @@ public: void addMap(const TQString &); /** - * Adds all maps of the given TQList to the ListView + * Adds all maps of the given TQPtrList to the ListView */ void addMaps(TQPtrList *); -- cgit v1.2.1