summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-12-02 12:52:52 +0900
committerMichele Calgaro <[email protected]>2024-12-02 12:52:52 +0900
commitcd3ad1fe57075f87f15652fa22c2309609026158 (patch)
treee96628485ff97956c7cf9db9a0493defda2d25a6
parent7674fde5324a5f15bf68437dbe6ec6b34158d9cf (diff)
downloadtdesudo-master.tar.gz
tdesudo-master.zip
Use tdeprocess.hHEADmaster
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r--ChangeLog2
-rw-r--r--tdesudo/main.cpp2
-rw-r--r--tdesudo/tdesudo.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d2f8c3..388b49f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,7 +31,7 @@ tdesudo 2.1
* Args parsing improved, to be compatible with gksu:
- 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
* Make -t a fake option for tdesu compatibility again:
diff --git a/tdesudo/main.cpp b/tdesudo/main.cpp
index 94d095e..d981cc8 100644
--- a/tdesudo/main.cpp
+++ b/tdesudo/main.cpp
@@ -32,7 +32,7 @@
#include <kicontheme.h>
#include <tdeglobal.h>
#include <kstandarddirs.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kdebug.h>
#include <tqfile.h>
#include <tqfileinfo.h>
diff --git a/tdesudo/tdesudo.h b/tdesudo/tdesudo.h
index 0aaf23d..19ca614 100644
--- a/tdesudo/tdesudo.h
+++ b/tdesudo/tdesudo.h
@@ -30,7 +30,7 @@
#include <kpassdlg.h>
#include <tqstring.h>
#include <tqtextcodec.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
class KCookie;
/*