diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:45:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:45:53 +0900 |
commit | 9e4c12d17834b502f3422c9f72a19b4ce9460864 (patch) | |
tree | d3693d67f86be94fc39f6b344f43b4c67a294a23 /src/main.cpp | |
parent | d621f1d1d3dc42a94ccec26d428ae4cd4395b91b (diff) | |
download | k3b-9e4c12d17834b502f3422c9f72a19b4ce9460864.tar.gz k3b-9e4c12d17834b502f3422c9f72a19b4ce9460864.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 3e8d24c..76c2d84 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -17,7 +17,7 @@ #include <tdecmdlineargs.h> #include <tdeaboutdata.h> #include <tdelocale.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdemessagebox.h> #include <kstandarddirs.h> #include <ksimpleconfig.h> |