From 489c8e07281dc55c384c88859642b778db9ba26e Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Wed, 17 Oct 2018 23:25:58 +0900
Subject: Removed obsolete Qt2's TQList/TQListIterator classes and replaced
 with TQt3's TQPtrList/TQPtrListIterator ones.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 src/kvilib/core/kvi_pointerlist.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'src/kvilib/core')

diff --git a/src/kvilib/core/kvi_pointerlist.h b/src/kvilib/core/kvi_pointerlist.h
index 50970005..c9746c29 100644
--- a/src/kvilib/core/kvi_pointerlist.h
+++ b/src/kvilib/core/kvi_pointerlist.h
@@ -297,11 +297,11 @@ public:
 /// since the list provides the autoDelete() method
 /// which vould implicitly violate constness.
 /// If you have to deal with const objects then
-/// you need to use a TQList instead.
+/// you need to use a TQPtrList instead.
 ///
 /// Your objects also do not need to support copy constructors
 /// or >= operators. This class will work fine without them
-/// as opposed to a plain TQList.
+/// as opposed to a plain TQPtrList.
 ///
 /// This class also supports automatic deletion of the inseted items.
 /// See the setAutoDelete() and autoDelete() members for the
-- 
cgit v1.2.1