summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins/jpeg
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 13:07:36 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 13:07:36 +0900
commit7e1f58b3915521f62a4a11d66254f9c20f64cc0c (patch)
tree287c13b3b0f2f70d866c197703617732bf410497 /tdefile-plugins/jpeg
parent17ad382f9e61a670f02a36db987de47e43282b64 (diff)
downloadtdegraphics-7e1f58b3915521f62a4a11d66254f9c20f64cc0c.tar.gz
tdegraphics-7e1f58b3915521f62a4a11d66254f9c20f64cc0c.zip
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdefile-plugins/jpeg')
-rw-r--r--tdefile-plugins/jpeg/tdefile_jpeg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefile-plugins/jpeg/tdefile_jpeg.cpp b/tdefile-plugins/jpeg/tdefile_jpeg.cpp
index 2c0894c2..12c6eca5 100644
--- a/tdefile-plugins/jpeg/tdefile_jpeg.cpp
+++ b/tdefile-plugins/jpeg/tdefile_jpeg.cpp
@@ -24,7 +24,7 @@
#include "tdefile_jpeg.h"
#include <kurl.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdelocale.h>
#include <kgenericfactory.h>
#include <kdebug.h>