diff options
Diffstat (limited to 'src/tor_ioslave/torioslave.cpp')
-rw-r--r-- | src/tor_ioslave/torioslave.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tor_ioslave/torioslave.cpp b/src/tor_ioslave/torioslave.cpp index c3fc8b0..1577a5e 100644 --- a/src/tor_ioslave/torioslave.cpp +++ b/src/tor_ioslave/torioslave.cpp @@ -38,7 +38,7 @@ #include <kdebug.h> #include <tdelocale.h> #include <krun.h> -#include <kprocio.h> +#include <tdeprocio.h> #include <stdlib.h> #include <math.h> @@ -117,13 +117,13 @@ void tdeio_torProtocol::get(const KURL& url ) DCOPRef("tork*", "DCOPTork").send("toggleTDESetting"); wait = "3"; }else{ - KProcIO *whichproc = new KProcIO(); + TDEProcIO *whichproc = new TDEProcIO(); whichproc->setUseShell(TRUE); TQString whichCommand="tork --toggleTDE"; *whichproc<<whichCommand; - whichproc->start(KProcIO::NotifyOnExit,TRUE); + whichproc->start(TDEProcIO::NotifyOnExit,TRUE); //KRun::runCommand( "tork --toggleTDE"); wait = "10"; |