diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-16 13:36:02 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-16 13:36:02 +0900 |
commit | ef41ffcd0d5ac06c867c98f4e6395f504db61041 (patch) | |
tree | dfb30ad56f63b0ac66339c47771063c94d833dc7 /filesharing/advanced | |
parent | 9a9de18eb7ccd5afe5d01c17576a42e7aca6b321 (diff) | |
download | tdenetwork-master.tar.gz tdenetwork-master.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'filesharing/advanced')
-rw-r--r-- | filesharing/advanced/nfs/nfsfile.cpp | 4 | ||||
-rw-r--r-- | filesharing/advanced/propsdlgplugin/propertiespage.cpp | 4 |
2 files changed, 4 insertions, 4 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() )) diff --git a/filesharing/advanced/propsdlgplugin/propertiespage.cpp b/filesharing/advanced/propsdlgplugin/propertiespage.cpp index d6ca9f37..b2acd701 100644 --- a/filesharing/advanced/propsdlgplugin/propertiespage.cpp +++ b/filesharing/advanced/propsdlgplugin/propertiespage.cpp @@ -35,7 +35,7 @@ #include <kurlrequester.h> #include <tdemessagebox.h> #include <klineedit.h> -#include <kprocio.h> +#include <tdeprocio.h> #include <tdetempfile.h> // NFS related @@ -204,7 +204,7 @@ bool PropertiesPage::save(NFSFile* nfsFile, SambaFile* sambaFile, bool nfs, bool KTempFile sambaTempFile; sambaTempFile.setAutoDelete(true); - KProcIO proc; + TDEProcIO proc; TQString command; |