diff options
author | Michele Calgaro <[email protected]> | 2024-12-02 13:08:06 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-02 13:08:06 +0900 |
commit | 9a9de18eb7ccd5afe5d01c17576a42e7aca6b321 (patch) | |
tree | 4db04a553120a11f0cee3d96d15518b869f977da /ksirc | |
parent | 82186365e83cdd422c84d3c5abb89d9fed923846 (diff) | |
download | tdenetwork-9a9de18eb7ccd5afe5d01c17576a42e7aca6b321.tar.gz tdenetwork-9a9de18eb7ccd5afe5d01c17576a42e7aca6b321.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'ksirc')
-rw-r--r-- | ksirc/iocontroller.cpp | 4 | ||||
-rw-r--r-- | ksirc/ksircprocess.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
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 <kdebug.h> #include <tdeversion.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kstandarddirs.h> #include <tdefiledialog.h> diff --git a/ksirc/ksircprocess.cpp b/ksirc/ksircprocess.cpp index 3bbee663..9429093a 100644 --- a/ksirc/ksircprocess.cpp +++ b/ksirc/ksircprocess.cpp @@ -111,7 +111,7 @@ #include <kdebug.h> #include <tdelocale.h> #include <tdemessagebox.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kstandarddirs.h> @@ -178,7 +178,7 @@ KSircProcess::KSircProcess( TQString &server_id, KSircServer &kss, TQObject * pa // Setup the proc now, so iocontroller can use it. It's latter // though. started bellow though. - proc->setName(TQCString(name) + "_kprocess"); + proc->setName(TQCString(name) + "_tdeprocess"); objFinder::insert(proc); // insertChild(proc); |