summaryrefslogtreecommitdiffstats
path: root/kimagemapeditor
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 23:25:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 23:25:51 +0900
commit7a47f8a625eb8831ea1ede47c2cbe4ae58e74193 (patch)
tree7a6d7681c5ab2781ee30b063f686501f77e9a56f /kimagemapeditor
parent236600854b301d873c6058748e8e65c401daebcc (diff)
downloadtdewebdev-7a47f8a625eb8831ea1ede47c2cbe4ae58e74193.tar.gz
tdewebdev-7a47f8a625eb8831ea1ede47c2cbe4ae58e74193.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>
Diffstat (limited to 'kimagemapeditor')
-rw-r--r--kimagemapeditor/mapslistview.h2
1 files changed, 1 insertions, 1 deletions
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<MapTag> *);