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/tools | |
parent | 5a0afc9e219fe72a763af031a4b3ce385316f1ea (diff) | |
download | tdevelop-master.tar.gz tdevelop-master.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'parts/tools')
-rw-r--r-- | parts/tools/tools_part.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/tools/tools_part.cpp b/parts/tools/tools_part.cpp index 94c3d2fa..9781f1b1 100644 --- a/parts/tools/tools_part.cpp +++ b/parts/tools/tools_part.cpp @@ -16,7 +16,7 @@ #include <kiconloader.h> #include <tdelocale.h> #include <tdeparts/part.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdetexteditor/document.h> #include "kdevcore.h" |