diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-17 23:25:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-17 23:25:52 +0900 |
commit | c1a836a39714904f4abfcac12b12b07d0275b7d6 (patch) | |
tree | 6011e024ef4c2004cd73462cb6f6253ed25424a9 | |
parent | ef308d7a1a6c8732f1bfcd7e6b0a96fb970a572e (diff) | |
download | libkipi-c1a836a39714904f4abfcac12b12b07d0275b7d6.tar.gz libkipi-c1a836a39714904f4abfcac12b12b07d0275b7d6.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>
-rw-r--r-- | libkipi/libkipi/KDStream.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libkipi/libkipi/KDStream.cpp b/libkipi/libkipi/KDStream.cpp index 408e757..6e088bf 100644 --- a/libkipi/libkipi/KDStream.cpp +++ b/libkipi/libkipi/KDStream.cpp @@ -708,7 +708,6 @@ TQAsciiDictIterator TQDictIterator TQIntDictIterator TQPtrDictIterator -TQListIterator // TQt 2 TQStrListIterator TQGListIterator // TQt 2 TQMapConstIterator |