diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:07:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:07:17 +0900 |
commit | eb0254634f44e69ddd1370609e4adb4c0c6c9825 (patch) | |
tree | b22c1ee9d6871ff02b26dfa0b48ac5815f023587 /blinken/src | |
parent | 974a72f40bc6647cf731fa636fb2aff51b8dab4c (diff) | |
download | tdeedu-eb0254634f44e69ddd1370609e4adb4c0c6c9825.tar.gz tdeedu-eb0254634f44e69ddd1370609e4adb4c0c6c9825.zip |
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'blinken/src')
-rw-r--r-- | blinken/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blinken/src/main.cpp b/blinken/src/main.cpp index fdc6987f..4fc14a95 100644 --- a/blinken/src/main.cpp +++ b/blinken/src/main.cpp @@ -10,7 +10,7 @@ #include <tdeaboutdata.h> #include <tdeapplication.h> #include <tdecmdlineargs.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kstandarddirs.h> #include "fontchecker.h" |