diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:08:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:08:16 +0900 |
commit | 2aa402ea78930053854ed9468d7557b15d563713 (patch) | |
tree | 45043cb597bf2494d5afc6a754181b110da1db40 /kmail/templateparser.cpp | |
parent | 74926683f153c10d642dd7b330e90d1518ccd088 (diff) | |
download | tdepim-2aa402ea78930053854ed9468d7557b15d563713.tar.gz tdepim-2aa402ea78930053854ed9468d7557b15d563713.zip |
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmail/templateparser.cpp')
-rw-r--r-- | kmail/templateparser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/templateparser.cpp b/kmail/templateparser.cpp index 9c615791..0094b13b 100644 --- a/kmail/templateparser.cpp +++ b/kmail/templateparser.cpp @@ -26,7 +26,7 @@ #include <kcalendarsystem.h> #include <kmime_util.h> #include <tdeglobal.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tqregexp.h> #include <tqfile.h> #include <tdemessagebox.h> |