summaryrefslogtreecommitdiffstats
path: root/konsole
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-12-02 13:06:56 +0900
committerMichele Calgaro <[email protected]>2024-12-02 13:06:56 +0900
commit6671b1a5d0141c7c2f07c7bc4b33977538754d94 (patch)
tree9e0dfad4f41042cd4ad6f93a40bc9bcc855811a9 /konsole
parentba9bc8176e53afe3dcb1f238486b9d9696c149f3 (diff)
downloadtdebase-6671b1a5d0141c7c2f07c7bc4b33977538754d94.tar.gz
tdebase-6671b1a5d0141c7c2f07c7bc4b33977538754d94.zip
Use tdeprocess.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'konsole')
-rw-r--r--konsole/konsole/TEPty.h2
-rw-r--r--konsole/terminalhere/terminalhere.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/konsole/konsole/TEPty.h b/konsole/konsole/TEPty.h
index 05a453f31..6ebf19bd0 100644
--- a/konsole/konsole/TEPty.h
+++ b/konsole/konsole/TEPty.h
@@ -23,7 +23,7 @@
#include <config.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tqsocketnotifier.h>
#include <tqstrlist.h>
#include <tqvaluelist.h>
diff --git a/konsole/terminalhere/terminalhere.cpp b/konsole/terminalhere/terminalhere.cpp
index ece2ac30e..7b178c846 100644
--- a/konsole/terminalhere/terminalhere.cpp
+++ b/konsole/terminalhere/terminalhere.cpp
@@ -21,7 +21,7 @@
#include <tdelocale.h>
#include <tdeconfig.h>
#include <tdeglobal.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdestartupinfo.h>
#include <stdlib.h>