diff options
Diffstat (limited to 'filesharing')
-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; |