diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:08:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 22:25:23 +0900 |
commit | 5af24c40137c80c4de65f63ce816f77ef8b7bea3 (patch) | |
tree | a47b22ac3ff5b79df381ea09505bf82c2071c847 /parts/distpart | |
parent | 5a0afc9e219fe72a763af031a4b3ce385316f1ea (diff) | |
download | tdevelop-master.tar.gz tdevelop-master.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'parts/distpart')
-rw-r--r-- | parts/distpart/distpart_widget.cpp | 2 | ||||
-rw-r--r-- | parts/distpart/specsupport.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/parts/distpart/distpart_widget.cpp b/parts/distpart/distpart_widget.cpp index 48f90f31..0e583af3 100644 --- a/parts/distpart/distpart_widget.cpp +++ b/parts/distpart/distpart_widget.cpp @@ -23,7 +23,7 @@ #include <klibloader.h> #include <kurl.h> #include <kdebug.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdefiledialog.h> #include <tdeio/netaccess.h> #include <tdelocale.h> diff --git a/parts/distpart/specsupport.cpp b/parts/distpart/specsupport.cpp index 1698b68b..8845744d 100644 --- a/parts/distpart/specsupport.cpp +++ b/parts/distpart/specsupport.cpp @@ -26,7 +26,7 @@ #include <kdebug.h> #include <tdefiledialog.h> #include <tdelocale.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tqfile.h> #include <tqdir.h> #include <tqerrormessage.h> |