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/iocontroller.cpp | |
parent | 82186365e83cdd422c84d3c5abb89d9fed923846 (diff) | |
download | tdenetwork-9a9de18eb7ccd5afe5d01c17576a42e7aca6b321.tar.gz tdenetwork-9a9de18eb7ccd5afe5d01c17576a42e7aca6b321.zip |
Use tdeprocess.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'ksirc/iocontroller.cpp')
-rw-r--r-- | ksirc/iocontroller.cpp | 4 |
1 files changed, 2 insertions, 2 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> |