From 9a9de18eb7ccd5afe5d01c17576a42e7aca6b321 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 2 Dec 2024 13:08:06 +0900 Subject: Use tdeprocess.h Signed-off-by: Michele Calgaro --- ksirc/iocontroller.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ksirc/iocontroller.cpp') diff --git a/ksirc/iocontroller.cpp b/ksirc/iocontroller.cpp index a9e5571a..e2078bc2 100644 --- a/ksirc/iocontroller.cpp +++ b/ksirc/iocontroller.cpp @@ -46,7 +46,7 @@ public slots: stdout_read(TDEProcess *, _buffer, buflen): - - Called by kprocess when data arrives. + - Called by tdeprocess when data arrives. - This function does all the parsing and sending of messages to each window. @@ -82,7 +82,7 @@ #include #include -#include +#include #include #include -- cgit v1.2.1