summaryrefslogtreecommitdiffstats
path: root/krusader/VFS/normal_vfs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krusader/VFS/normal_vfs.cpp')
-rw-r--r--krusader/VFS/normal_vfs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krusader/VFS/normal_vfs.cpp b/krusader/VFS/normal_vfs.cpp
index d01d8d6..d9c1930 100644
--- a/krusader/VFS/normal_vfs.cpp
+++ b/krusader/VFS/normal_vfs.cpp
@@ -71,7 +71,7 @@ normal_vfs::normal_vfs(TQObject* panel):vfs(panel), watcher(0) {
bool normal_vfs::populateVfsList(const KURL& origin, bool showHidden){
TQString path = origin.path(-1);
- // set the writable attribute to true, if that's not the case - the KIO job
+ // set the writable attribute to true, if that's not the case - the TDEIO job
// will give the warnings and errors
isWritable = true;