summaryrefslogtreecommitdiffstats
path: root/libktorrent
diff options
context:
space:
mode:
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>