summaryrefslogtreecommitdiffstats
path: root/src/tor_ioslave
diff options
context:
space:
mode:
Diffstat (limited to 'src/tor_ioslave')
-rw-r--r--src/tor_ioslave/torioslave.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tor_ioslave/torioslave.cpp b/src/tor_ioslave/torioslave.cpp
index 56679f1..4edb055 100644
--- a/src/tor_ioslave/torioslave.cpp
+++ b/src/tor_ioslave/torioslave.cpp
@@ -118,12 +118,12 @@ void tdeio_torProtocol::get(const KURL& url )
wait = "3";
}else{
KProcIO *whichproc = new KProcIO();
- whichproc->setUseShell(TRUE);
+ whichproc->setUseShell(true);
TQString whichCommand="tork --toggleTDE";
*whichproc<<whichCommand;
- whichproc->start(KProcIO::NotifyOnExit,TRUE);
+ whichproc->start(KProcIO::NotifyOnExit,true);
//KRun::runCommand( "tork --toggleTDE");
wait = "10";