diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | tdesudo/main.cpp | 2 | ||||
-rw-r--r-- | tdesudo/tdesudo.h | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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; /* |