summaryrefslogtreecommitdiffstats
path: root/krusader/VFS/arc_vfs.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 23:25:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 23:25:57 +0900
commitfe3271f292b21619d91177f41f58f35c96e48166 (patch)
treed68f86c2f9f6422e5aaf938445e25387883b6c24 /krusader/VFS/arc_vfs.h
parentfc9e774ff9ea7f5c12d93556de61ad7dd53c9a69 (diff)
downloadkrusader-fe3271f292b21619d91177f41f58f35c96e48166.tar.gz
krusader-fe3271f292b21619d91177f41f58f35c96e48166.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 'krusader/VFS/arc_vfs.h')
-rw-r--r--krusader/VFS/arc_vfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/krusader/VFS/arc_vfs.h b/krusader/VFS/arc_vfs.h
index ed7c0dc..ed5e2e4 100644
--- a/krusader/VFS/arc_vfs.h
+++ b/krusader/VFS/arc_vfs.h
@@ -72,7 +72,7 @@ protected:
TQString tmpDir; // the temp directory tha archive is using
TQString arcFile; // the archive file URL
bool changed; // true if repack changed the archive
- TQList<arc_dir> dirList;
+ TQPtrList<arc_dir> dirList;
TQValueList<extFile> extFiles; // the name, time & size of files unpacked from this archive
void processName(const TQString& name,TQStringList *urls,TDEIO::filesize_t *totalSize,unsigned long *totalFiles );