diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:07:36 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:07:36 +0900 |
commit | 7e1f58b3915521f62a4a11d66254f9c20f64cc0c (patch) | |
tree | 287c13b3b0f2f70d866c197703617732bf410497 /tdefile-plugins/tga | |
parent | 17ad382f9e61a670f02a36db987de47e43282b64 (diff) | |
download | tdegraphics-7e1f58b3915521f62a4a11d66254f9c20f64cc0c.tar.gz tdegraphics-7e1f58b3915521f62a4a11d66254f9c20f64cc0c.zip |
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdefile-plugins/tga')
-rw-r--r-- | tdefile-plugins/tga/tdefile_tga.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefile-plugins/tga/tdefile_tga.cpp b/tdefile-plugins/tga/tdefile_tga.cpp index 5263af48..683c8510 100644 --- a/tdefile-plugins/tga/tdefile_tga.cpp +++ b/tdefile-plugins/tga/tdefile_tga.cpp @@ -20,7 +20,7 @@ #include <config.h> #include "tdefile_tga.h" -#include <kprocess.h> +#include <tdeprocess.h> #include <tdelocale.h> #include <kgenericfactory.h> #include <kstringvalidator.h> |