diff options
Diffstat (limited to 'filesharing/advanced/propsdlgplugin/propertiespage.cpp')
-rw-r--r-- | filesharing/advanced/propsdlgplugin/propertiespage.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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; |