diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:55:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:55:57 -0600 |
commit | 1073dcc9a1775b7b66698151d4fd8fefb1504eb4 (patch) | |
tree | dd7c877d3558da11273ddc35bb7bea0bc5360b20 /libktorrent/torrent/cachefile.cpp | |
parent | 65ff20b6664653c2ead851a228629641f3be03bd (diff) | |
download | ktorrent-1073dcc9a1775b7b66698151d4fd8fefb1504eb4.tar.gz ktorrent-1073dcc9a1775b7b66698151d4fd8fefb1504eb4.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
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> |