diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:55:57 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:55:57 -0600 |
commit | 1073dcc9a1775b7b66698151d4fd8fefb1504eb4 (patch) | |
tree | dd7c877d3558da11273ddc35bb7bea0bc5360b20 /libktorrent/torrent/httptracker.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/httptracker.cpp')
-rw-r--r-- | libktorrent/torrent/httptracker.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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" |