summaryrefslogtreecommitdiffstats
path: root/libtdepim/tests/testdistrlist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libtdepim/tests/testdistrlist.cpp')
-rw-r--r--libtdepim/tests/testdistrlist.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtdepim/tests/testdistrlist.cpp b/libtdepim/tests/testdistrlist.cpp
index 7572c847..b6962d51 100644
--- a/libtdepim/tests/testdistrlist.cpp
+++ b/libtdepim/tests/testdistrlist.cpp
@@ -152,8 +152,8 @@ void TestDistrList::cleanup()
TQString tdehome = TQFile::decodeName( getenv("TDEHOME") );
KURL urltdehome; urltdehome.setPath( tdehome );
- // don't use KIO::NetAccess here since it needs X
- // KIO::NetAccess::del( urltdehome, 0 )i;
+ // don't use TDEIO::NetAccess here since it needs X
+ // TDEIO::NetAccess::del( urltdehome, 0 )i;
assert( removeDirAndContentsRecursively( tdehome ) );
}