Use tdeprocess.h

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/14/head
Michele Calgaro 3 months ago
parent 7674fde532
commit cd3ad1fe57
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -31,7 +31,7 @@ tdesudo 2.1
* Args parsing improved, to be compatible with gksu: * Args parsing improved, to be compatible with gksu:
- Support now complicated command with parsed args - Support now complicated command with parsed args
* Uses kprocess instead of shell process: * Uses tdeprocess instead of shell process:
- tdesudo now supports processes detaching themselves - tdesudo now supports processes detaching themselves
* Make -t a fake option for tdesu compatibility again: * Make -t a fake option for tdesu compatibility again:

@ -32,7 +32,7 @@
#include <kicontheme.h> #include <kicontheme.h>
#include <tdeglobal.h> #include <tdeglobal.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kprocess.h> #include <tdeprocess.h>
#include <kdebug.h> #include <kdebug.h>
#include <tqfile.h> #include <tqfile.h>
#include <tqfileinfo.h> #include <tqfileinfo.h>

@ -30,7 +30,7 @@
#include <kpassdlg.h> #include <kpassdlg.h>
#include <tqstring.h> #include <tqstring.h>
#include <tqtextcodec.h> #include <tqtextcodec.h>
#include <kprocess.h> #include <tdeprocess.h>
class KCookie; class KCookie;
/* /*

Loading…
Cancel
Save