From e048e7a2c6084f224c40ce14fd5d1c3aaa87f831 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 2 Dec 2024 12:36:51 +0900 Subject: Use tdeprocess.h Signed-off-by: Michele Calgaro --- konversation/src/channel.cpp | 2 +- konversation/src/ircview.cpp | 2 +- konversation/src/nicksonline.cpp | 2 +- konversation/src/scriptlauncher.cpp | 2 +- konversation/src/server.h | 4 ++-- konversation/src/topiclabel.cpp | 2 +- konversation/src/urlcatcher.cpp | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/konversation/src/channel.cpp b/konversation/src/channel.cpp index 23f11e0..2dfeaa0 100644 --- a/konversation/src/channel.cpp +++ b/konversation/src/channel.cpp @@ -51,7 +51,7 @@ #include #include -#include +#include #include #include diff --git a/konversation/src/ircview.cpp b/konversation/src/ircview.cpp index 7c5689b..660a19b 100644 --- a/konversation/src/ircview.cpp +++ b/konversation/src/ircview.cpp @@ -52,7 +52,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/konversation/src/nicksonline.cpp b/konversation/src/nicksonline.cpp index 2ea90e0..e57c17a 100644 --- a/konversation/src/nicksonline.cpp +++ b/konversation/src/nicksonline.cpp @@ -41,7 +41,7 @@ #include #include #include -#include +#include #include diff --git a/konversation/src/scriptlauncher.cpp b/konversation/src/scriptlauncher.cpp index b77b72c..187e936 100644 --- a/konversation/src/scriptlauncher.cpp +++ b/konversation/src/scriptlauncher.cpp @@ -21,7 +21,7 @@ #include #include -#include +#include #include diff --git a/konversation/src/server.h b/konversation/src/server.h index eff5db9..8b0d6ce 100644 --- a/konversation/src/server.h +++ b/konversation/src/server.h @@ -31,7 +31,7 @@ #include #include -#include +#include #include #include #include @@ -525,7 +525,7 @@ void resetNickSelection(); void collectStats(int bytes, int encodedBytes); /** Called in the server constructor if the preferences are set to run a command on a new server instance. - * This sets up the kprocess, runs it, and connects the signals to call preShellCommandExited when done. */ + * This sets up the tdeprocess, runs it, and connects the signals to call preShellCommandExited when done. */ void doPreShellCommand(); protected: diff --git a/konversation/src/topiclabel.cpp b/konversation/src/topiclabel.cpp index be9e87c..8d11272 100644 --- a/konversation/src/topiclabel.cpp +++ b/konversation/src/topiclabel.cpp @@ -22,7 +22,7 @@ #include #include -#include +#include #include #include #include diff --git a/konversation/src/urlcatcher.cpp b/konversation/src/urlcatcher.cpp index e91e899..0272d22 100644 --- a/konversation/src/urlcatcher.cpp +++ b/konversation/src/urlcatcher.cpp @@ -32,7 +32,7 @@ #include #include #include -#include +#include #include #include #include -- cgit v1.2.1