diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-01 22:25:19 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-01 22:35:33 +0900 |
commit | bdb1b502083e00fe5929f9ca4204bfaa87f15263 (patch) | |
tree | 9da2763c23135af429a077af5e6d95950e4464cd /tdenewstuff | |
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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdenewstuff')
-rw-r--r-- | tdenewstuff/ghns.cpp | 2 | ||||
-rw-r--r-- | tdenewstuff/knewstuffgeneric.cpp | 2 | ||||
-rw-r--r-- | tdenewstuff/testnewstuff.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tdenewstuff/ghns.cpp b/tdenewstuff/ghns.cpp index 7a42ce098..e636dbc73 100644 --- a/tdenewstuff/ghns.cpp +++ b/tdenewstuff/ghns.cpp @@ -30,7 +30,7 @@ #include <kdebug.h> #include <tdelocale.h> #include <tdecmdlineargs.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kdialog.h> #include "knewstuffgeneric.h" diff --git a/tdenewstuff/knewstuffgeneric.cpp b/tdenewstuff/knewstuffgeneric.cpp index 757971268..0480b1983 100644 --- a/tdenewstuff/knewstuffgeneric.cpp +++ b/tdenewstuff/knewstuffgeneric.cpp @@ -25,7 +25,7 @@ #include <kdebug.h> #include <tdelocale.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdeconfig.h> #include <kstandarddirs.h> #include <tdemessagebox.h> diff --git a/tdenewstuff/testnewstuff.cpp b/tdenewstuff/testnewstuff.cpp index 8232e1f1e..5702c3c7b 100644 --- a/tdenewstuff/testnewstuff.cpp +++ b/tdenewstuff/testnewstuff.cpp @@ -29,7 +29,7 @@ #include <kdebug.h> #include <tdelocale.h> #include <tdecmdlineargs.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kdialog.h> #include "testnewstuff.h" |