summaryrefslogtreecommitdiffstats
path: root/libktorrent/torrent
diff options
context:
space:
mode:
Diffstat (limited to 'libktorrent/torrent')
-rw-r--r--libktorrent/torrent/cache.h2
-rw-r--r--libktorrent/torrent/cachefile.cpp4
-rw-r--r--libktorrent/torrent/httptracker.cpp6
-rw-r--r--libktorrent/torrent/movedatafilesjob.h2
-rw-r--r--libktorrent/torrent/multifilecache.cpp2
-rw-r--r--libktorrent/torrent/torrentcontrol.cpp2
6 files changed, 9 insertions, 9 deletions
diff --git a/libktorrent/torrent/cache.h b/libktorrent/torrent/cache.h
index 1aff44b..0b3cc4d 100644
--- a/libktorrent/torrent/cache.h
+++ b/libktorrent/torrent/cache.h
@@ -20,7 +20,7 @@
#ifndef BTCACHE_H
#define BTCACHE_H
-#include <kio/job.h>
+#include <tdeio/job.h>
class TQStringList;
diff --git a/libktorrent/torrent/cachefile.cpp b/libktorrent/torrent/cachefile.cpp
index 7f02b6b..dc5c640 100644
--- a/libktorrent/torrent/cachefile.cpp
+++ b/libktorrent/torrent/cachefile.cpp
@@ -29,9 +29,9 @@
#include <unistd.h>
#include <errno.h>
#include <tqfile.h>
-#include <kio/netaccess.h>
+#include <tdeio/netaccess.h>
#include <klocale.h>
-#include <kfileitem.h>
+#include <tdefileitem.h>
#include <util/array.h>
#include <util/fileops.h>
#include <torrent/globals.h>
diff --git a/libktorrent/torrent/httptracker.cpp b/libktorrent/torrent/httptracker.cpp
index 5bbaae8..249a60e 100644
--- a/libktorrent/torrent/httptracker.cpp
+++ b/libktorrent/torrent/httptracker.cpp
@@ -27,9 +27,9 @@
#include <util/error.h>
#include <util/waitjob.h>
#include <interfaces/exitoperation.h>
-#include <kio/job.h>
-#include <kio/netaccess.h>
-#include <kio/scheduler.h>
+#include <tdeio/job.h>
+#include <tdeio/netaccess.h>
+#include <tdeio/scheduler.h>
#include "bnode.h"
#include "httptracker.h"
#include "torrentcontrol.h"
diff --git a/libktorrent/torrent/movedatafilesjob.h b/libktorrent/torrent/movedatafilesjob.h
index e64a62f..ff5d0bc 100644
--- a/libktorrent/torrent/movedatafilesjob.h
+++ b/libktorrent/torrent/movedatafilesjob.h
@@ -20,7 +20,7 @@
#ifndef BTMOVEDATAFILESJOB_H
#define BTMOVEDATAFILESJOB_H
-#include <kio/job.h>
+#include <tdeio/job.h>
namespace bt
{
diff --git a/libktorrent/torrent/multifilecache.cpp b/libktorrent/torrent/multifilecache.cpp
index c6cd8b7..ff5c8a9 100644
--- a/libktorrent/torrent/multifilecache.cpp
+++ b/libktorrent/torrent/multifilecache.cpp
@@ -22,7 +22,7 @@
#include <tqstringlist.h>
#include <tqfileinfo.h>
#include <klocale.h>
-#include <kio/netaccess.h>
+#include <tdeio/netaccess.h>
#include <util/file.h>
#include <util/fileops.h>
#include <util/functions.h>
diff --git a/libktorrent/torrent/torrentcontrol.cpp b/libktorrent/torrent/torrentcontrol.cpp
index 4ac512b..207b709 100644
--- a/libktorrent/torrent/torrentcontrol.cpp
+++ b/libktorrent/torrent/torrentcontrol.cpp
@@ -22,7 +22,7 @@
#include <tqfile.h>
#include <klocale.h>
#include <kmessagebox.h>
-#include <kfiledialog.h>
+#include <tdefiledialog.h>
#include <tqtextstream.h>
#include <util/log.h>
#include <util/error.h>