diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:06:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:06:56 +0900 |
commit | 6671b1a5d0141c7c2f07c7bc4b33977538754d94 (patch) | |
tree | 9e0dfad4f41042cd4ad6f93a40bc9bcc855811a9 /tdm | |
parent | ba9bc8176e53afe3dcb1f238486b9d9696c149f3 (diff) | |
download | tdebase-6671b1a5d0141c7c2f07c7bc4b33977538754d94.tar.gz tdebase-6671b1a5d0141c7c2f07c7bc4b33977538754d94.zip |
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdm')
-rw-r--r-- | tdm/kfrontend/kgapp.cpp | 2 | ||||
-rw-r--r-- | tdm/kfrontend/sakdlg.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tdm/kfrontend/kgapp.cpp b/tdm/kfrontend/kgapp.cpp index 6e144600f..c60843f63 100644 --- a/tdm/kfrontend/kgapp.cpp +++ b/tdm/kfrontend/kgapp.cpp @@ -35,7 +35,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #include "sakdlg.h" #include <kuser.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdecmdlineargs.h> #include <kcrash.h> #include <kstandarddirs.h> diff --git a/tdm/kfrontend/sakdlg.h b/tdm/kfrontend/sakdlg.h index 8854d8ee0..5a9d15a4c 100644 --- a/tdm/kfrontend/sakdlg.h +++ b/tdm/kfrontend/sakdlg.h @@ -12,7 +12,7 @@ #include <tqdialog.h> #include <tqstringlist.h> -#include <kprocess.h> +#include <tdeprocess.h> #include "kgreeter.h" |