diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:08:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:08:55 +0900 |
commit | 1ed3dd1927342d86578a3a076ee759e2e2e6a11a (patch) | |
tree | 6cb42973dbbe38176485323eb7cd2e051b43438d /quanta/utility/myprocess.h | |
parent | f6db0ffe74a86ec7a0236015359c3edc94f9bfca (diff) | |
download | tdewebdev-1ed3dd1927342d86578a3a076ee759e2e2e6a11a.tar.gz tdewebdev-1ed3dd1927342d86578a3a076ee759e2e2e6a11a.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'quanta/utility/myprocess.h')
-rw-r--r-- | quanta/utility/myprocess.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/utility/myprocess.h b/quanta/utility/myprocess.h index bb12d2fe..e74c7776 100644 --- a/quanta/utility/myprocess.h +++ b/quanta/utility/myprocess.h @@ -16,7 +16,7 @@ #ifndef MYPROCESS_H #define MYPROCESS_H -#include <kprocess.h> +#include <tdeprocess.h> class MyProcess:public TDEProcess { |