summaryrefslogtreecommitdiffstats
path: root/libktorrent
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 12:37:07 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 12:37:07 +0900
commit7b28260f9433aaadc47d1f2928af5581bd5b3c49 (patch)
treeb67fc910a8b88c7b8e0c91ea0af2311d96eca64b /libktorrent
parentba16136d35cf5517303450ec67261b37f98f7d8b (diff)
downloadktorrent-master.tar.gz
ktorrent-master.zip
Use tdeprocess.hHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libktorrent')
-rw-r--r--libktorrent/util/autorotatelogjob.cpp2
-rw-r--r--libktorrent/util/log.cpp2
2 files changed, 2 insertions, 2 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"
diff --git a/libktorrent/util/log.cpp b/libktorrent/util/log.cpp
index ff83f1d..422effe 100644
--- a/libktorrent/util/log.cpp
+++ b/libktorrent/util/log.cpp
@@ -19,7 +19,7 @@
***************************************************************************/
#include <kurl.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdelocale.h>
#include <tqdatetime.h>
#include <tqtextstream.h>