diff options
author | Michele Calgaro <[email protected]> | 2024-12-02 13:07:36 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-02 13:07:36 +0900 |
commit | 7e1f58b3915521f62a4a11d66254f9c20f64cc0c (patch) | |
tree | 287c13b3b0f2f70d866c197703617732bf410497 /tdefile-plugins/gif | |
parent | 17ad382f9e61a670f02a36db987de47e43282b64 (diff) | |
download | tdegraphics-7e1f58b3915521f62a4a11d66254f9c20f64cc0c.tar.gz tdegraphics-7e1f58b3915521f62a4a11d66254f9c20f64cc0c.zip |
Use tdeprocess.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdefile-plugins/gif')
-rw-r--r-- | tdefile-plugins/gif/tdefile_gif.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefile-plugins/gif/tdefile_gif.cpp b/tdefile-plugins/gif/tdefile_gif.cpp index 112b780a..3a03813b 100644 --- a/tdefile-plugins/gif/tdefile_gif.cpp +++ b/tdefile-plugins/gif/tdefile_gif.cpp @@ -26,7 +26,7 @@ #include "tdefile_gif.h" #include <kurl.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdelocale.h> #include <kgenericfactory.h> #include <kdebug.h> |