summaryrefslogtreecommitdiffstats
path: root/blinken/src
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 13:07:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 13:07:17 +0900
commiteb0254634f44e69ddd1370609e4adb4c0c6c9825 (patch)
treeb22c1ee9d6871ff02b26dfa0b48ac5815f023587 /blinken/src
parent974a72f40bc6647cf731fa636fb2aff51b8dab4c (diff)
downloadtdeedu-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.cpp2
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"