diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:36:51 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:36:51 +0900 |
commit | e048e7a2c6084f224c40ce14fd5d1c3aaa87f831 (patch) | |
tree | cb81ea45ade5e49d28fe56e32d7e3d7a0fc46057 | |
parent | 0fa12e0ac1140026614ecf8b6d686ae0793baf5a (diff) | |
download | konversation-e048e7a2c6084f224c40ce14fd5d1c3aaa87f831.tar.gz konversation-e048e7a2c6084f224c40ce14fd5d1c3aaa87f831.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | konversation/src/channel.cpp | 2 | ||||
-rw-r--r-- | konversation/src/ircview.cpp | 2 | ||||
-rw-r--r-- | konversation/src/nicksonline.cpp | 2 | ||||
-rw-r--r-- | konversation/src/scriptlauncher.cpp | 2 | ||||
-rw-r--r-- | konversation/src/server.h | 4 | ||||
-rw-r--r-- | konversation/src/topiclabel.cpp | 2 | ||||
-rw-r--r-- | 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 <tqtoolbutton.h> #include <tqlayout.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <klineedit.h> #include <kinputdialog.h> 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 <tdeversion.h> #include <kstandarddirs.h> #include <krun.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kiconloader.h> #include <kshell.h> #include <tdepopupmenu.h> 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 <kdialog.h> #include <tdelistview.h> #include <kiconloader.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdemessagebox.h> 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 <kdebug.h> #include <kstandarddirs.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <dcopclient.h> 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 <tqguardedptr.h> #include <ksharedptr.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdesocketbase.h> #include <kbufferedsocket.h> #include <kstreamsocket.h> @@ -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 <tqclipboard.h> #include <krun.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kshell.h> #include <kurldrag.h> #include <kstringhandler.h> 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 <tdelistview.h> #include <krun.h> #include <tdefiledialog.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdeversion.h> #include <kshell.h> #include <tdelistviewsearchline.h> |