diff options
author | Michele Calgaro <[email protected]> | 2024-12-16 13:36:02 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-16 13:36:02 +0900 |
commit | ef41ffcd0d5ac06c867c98f4e6395f504db61041 (patch) | |
tree | dfb30ad56f63b0ac66339c47771063c94d833dc7 /filesharing/advanced/nfs/nfsfile.cpp | |
parent | 9a9de18eb7ccd5afe5d01c17576a42e7aca6b321 (diff) | |
download | tdenetwork-ef41ffcd0d5ac06c867c98f4e6395f504db61041.tar.gz tdenetwork-ef41ffcd0d5ac06c867c98f4e6395f504db61041.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'filesharing/advanced/nfs/nfsfile.cpp')
-rw-r--r-- | filesharing/advanced/nfs/nfsfile.cpp | 4 |
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() )) |