diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:37:07 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:37:07 +0900 |
commit | 7b28260f9433aaadc47d1f2928af5581bd5b3c49 (patch) | |
tree | b67fc910a8b88c7b8e0c91ea0af2311d96eca64b /libktorrent/util/autorotatelogjob.cpp | |
parent | ba16136d35cf5517303450ec67261b37f98f7d8b (diff) | |
download | ktorrent-7b28260f9433aaadc47d1f2928af5581bd5b3c49.tar.gz ktorrent-7b28260f9433aaadc47d1f2928af5581bd5b3c49.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libktorrent/util/autorotatelogjob.cpp')
-rw-r--r-- | libktorrent/util/autorotatelogjob.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/util/autorotatelogjob.cpp b/libktorrent/util/autorotatelogjob.cpp index 30752a4..100c0b9 100644 --- a/libktorrent/util/autorotatelogjob.cpp +++ b/libktorrent/util/autorotatelogjob.cpp @@ -18,7 +18,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #include <kurl.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <util/fileops.h> #include "autorotatelogjob.h" #include "log.h" |