summaryrefslogtreecommitdiffstats
path: root/kpilot/fileInstaller.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kpilot/fileInstaller.cc')
-rw-r--r--kpilot/fileInstaller.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpilot/fileInstaller.cc b/kpilot/fileInstaller.cc
index 61b0e8c..608879c 100644
--- a/kpilot/fileInstaller.cc
+++ b/kpilot/fileInstaller.cc
@@ -120,9 +120,9 @@ void FileInstaller::deleteFiles(const TQStringList &files)
KURL destDir(fDirName + CSL1("/") + srcName.fileName());
#if KDE_IS_VERSION(3,1,9)
- return KIO::NetAccess::copy(srcName, destDir, w);
+ return TDEIO::NetAccess::copy(srcName, destDir, w);
#else
- return KIO::NetAccess::copy(srcName,destDir);
+ return TDEIO::NetAccess::copy(srcName,destDir);
#endif
}