summaryrefslogtreecommitdiffstats
path: root/filesharing/advanced/nfs/nfsfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'filesharing/advanced/nfs/nfsfile.cpp')
-rw-r--r--filesharing/advanced/nfs/nfsfile.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/filesharing/advanced/nfs/nfsfile.cpp b/filesharing/advanced/nfs/nfsfile.cpp
index 3397ee9b..795054ca 100644
--- a/filesharing/advanced/nfs/nfsfile.cpp
+++ b/filesharing/advanced/nfs/nfsfile.cpp
@@ -31,7 +31,7 @@
#include <tdelocale.h>
#include <knfsshare.h>
#include <tdetempfile.h>
-#include <kprocio.h>
+#include <tdeprocio.h>
#include "nfsfile.h"
@@ -238,7 +238,7 @@ bool NFSFile::save()
tempFile.close();
tempFile.setAutoDelete( true );
- KProcIO proc;
+ TDEProcIO proc;
TQString command = TQString("cp %1 %2")
.arg(TDEProcess::quote( tempFile.name() ))