summaryrefslogtreecommitdiffstats
path: root/kttsd/plugins/command/commandproc.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 13:06:18 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 13:06:18 +0900
commit3e4486bcdb8d8c8bd6ceda52de3e541603c5c54f (patch)
tree9e17e9c86ba43100a6172bc1f141aa2d34c9f1c1 /kttsd/plugins/command/commandproc.cpp
parentef09a34f3a1bc5f9fb4631adf10f7067991b3220 (diff)
downloadtdeaccessibility-3e4486bcdb8d8c8bd6ceda52de3e541603c5c54f.tar.gz
tdeaccessibility-3e4486bcdb8d8c8bd6ceda52de3e541603c5c54f.zip
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kttsd/plugins/command/commandproc.cpp')
-rw-r--r--kttsd/plugins/command/commandproc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kttsd/plugins/command/commandproc.cpp b/kttsd/plugins/command/commandproc.cpp
index e0f04ec..eba5990 100644
--- a/kttsd/plugins/command/commandproc.cpp
+++ b/kttsd/plugins/command/commandproc.cpp
@@ -27,7 +27,7 @@
// KDE includes.
#include <kdebug.h>
#include <tdeconfig.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdetempfile.h>
#include <kstandarddirs.h>