diff options
Diffstat (limited to 'libktorrent/torrent/cachefile.cpp')
-rw-r--r-- | libktorrent/torrent/cachefile.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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> |