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 /arts | |
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 'arts')
-rw-r--r-- | arts/kde/kartsserver.cpp | 2 | ||||
-rw-r--r-- | arts/knotify/knotify.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arts/kde/kartsserver.cpp b/arts/kde/kartsserver.cpp index 3011068ed..2744344e2 100644 --- a/arts/kde/kartsserver.cpp +++ b/arts/kde/kartsserver.cpp @@ -20,7 +20,7 @@ #include <flowsystem.h> #include <ksimpleconfig.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kstandarddirs.h> #include <tqdir.h> #include <tqfile.h> diff --git a/arts/knotify/knotify.cpp b/arts/knotify/knotify.cpp index 53c2baa8f..44901b6f7 100644 --- a/arts/knotify/knotify.cpp +++ b/arts/knotify/knotify.cpp @@ -62,7 +62,7 @@ #include <kplayobjectfactory.h> #include <kaudiomanagerplay.h> #endif -#include <kprocess.h> +#include <tdeprocess.h> #include <kstandarddirs.h> #include <tdeuniqueapplication.h> #include <twin.h> |