summaryrefslogtreecommitdiffstats
path: root/tdeio/tdefile/kicondialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tdefile/kicondialog.cpp')
-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 )