diff options
author | Michele Calgaro <[email protected]> | 2024-12-01 22:25:19 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-01 22:35:33 +0900 |
commit | bdb1b502083e00fe5929f9ca4204bfaa87f15263 (patch) | |
tree | 9da2763c23135af429a077af5e6d95950e4464cd /tdehtml | |
parent | ae2d6f00fb611d1831928a8a57ddd67bc03a38a1 (diff) | |
download | tdelibs-bdb1b502083e00fe5929f9ca4204bfaa87f15263.tar.gz tdelibs-bdb1b502083e00fe5929f9ca4204bfaa87f15263.zip |
Rename kprocess.{h,cpp} to tdeprocess.{h.cpp}.
Add temporary kprocess.h to keep things building.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdehtml')
-rw-r--r-- | tdehtml/java/kjavaprocess.h | 2 | ||||
-rw-r--r-- | tdehtml/tdehtml_ext.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tdehtml/java/kjavaprocess.h b/tdehtml/java/kjavaprocess.h index 4e00d4080..e035c0bec 100644 --- a/tdehtml/java/kjavaprocess.h +++ b/tdehtml/java/kjavaprocess.h @@ -22,7 +22,7 @@ #ifndef KJAVAPROCESS_H #define KJAVAPROCESS_H -#include <kprocess.h> +#include <tdeprocess.h> #include <tqcstring.h> /** diff --git a/tdehtml/tdehtml_ext.cpp b/tdehtml/tdehtml_ext.cpp index 63b4bc91b..c18cd53ac 100644 --- a/tdehtml/tdehtml_ext.cpp +++ b/tdehtml/tdehtml_ext.cpp @@ -46,7 +46,7 @@ #include <tdelocale.h> #include <tdefiledialog.h> #include <tdeio/job.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdetoolbarbutton.h> #include <tdetoolbar.h> #include <ksavefile.h> |