diff options
author | Michele Calgaro <[email protected]> | 2024-12-02 13:18:45 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-02 13:18:45 +0900 |
commit | 1e9918d20c0fb46f5def9f2bdd2d83144b55a594 (patch) | |
tree | 46a60f67030747c8a06f52c3ac21d89b982e0e5f | |
parent | c06016979e2b032e5f9aed25cb4e1ca345dc75bd (diff) | |
download | libkdcraw-master.tar.gz libkdcraw-master.zip |
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | libkdcraw/libkdcraw/dcrawbinary.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkdcraw/libkdcraw/dcrawbinary.cpp b/libkdcraw/libkdcraw/dcrawbinary.cpp index 39417b8..45da918 100644 --- a/libkdcraw/libkdcraw/dcrawbinary.cpp +++ b/libkdcraw/libkdcraw/dcrawbinary.cpp @@ -27,7 +27,7 @@ // KDE includes -#include <kprocess.h> +#include <tdeprocess.h> #include <tdemessagebox.h> #include <tdeapplication.h> #include <tdelocale.h> |