summaryrefslogtreecommitdiffstats
path: root/tdeio/tdefile
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-20 10:04:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-06-20 10:04:51 +0900
commit8233b2e565d6cb27a4e8109f4c8377921809a196 (patch)
treed3181788837ac19031bd949cddc29f7e5843a32f /tdeio/tdefile
parente11968425debab2d1f12d033aca8493d1da145ce (diff)
downloadtdelibs-8233b2e565d6cb27a4e8109f4c8377921809a196.tar.gz
tdelibs-8233b2e565d6cb27a4e8109f4c8377921809a196.zip
Drop Qt2's TQSemiModal and TQSortedList classes
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeio/tdefile')
-rw-r--r--tdeio/tdefile/kicondialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeio/tdefile/kicondialog.cpp b/tdeio/tdefile/kicondialog.cpp
index 7acc04ad0..ecf804d6a 100644
--- a/tdeio/tdefile/kicondialog.cpp
+++ b/tdeio/tdefile/kicondialog.cpp
@@ -32,7 +32,7 @@
#include <tqlayout.h>
#include <tqstring.h>
#include <tqstringlist.h>
-#include <tqsortedlist.h>
+#include <tqptrlist.h>
#include <tqimage.h>
#include <tqpixmap.h>
#include <tqlabel.h>
@@ -401,7 +401,7 @@ void TDEIconDialog::showIcons()
else
filelist=mFileList;
- TQSortedList <IconPath>iconlist;
+ TQPtrList <IconPath>iconlist;
iconlist.setAutoDelete(true);
TQStringList::Iterator it;
for( it = filelist.begin(); it != filelist.end(); ++it )