diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-30 12:02:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-30 12:02:15 -0600 |
commit | 57f320734cce17f7a5d94b61a0f2a33389b8295b (patch) | |
tree | e7e09e458e9a87f7256195e8cc18c6c3c4aa848e /libktorrent/torrent | |
parent | 3e3420b98515043a9de35d54b1f0fd4f4feab41f (diff) | |
download | ktorrent-57f320734cce17f7a5d94b61a0f2a33389b8295b.tar.gz ktorrent-57f320734cce17f7a5d94b61a0f2a33389b8295b.zip |
Rename ksocket and kcache
Diffstat (limited to 'libktorrent/torrent')
-rw-r--r-- | libktorrent/torrent/peeruploader.cpp | 2 | ||||
-rw-r--r-- | libktorrent/torrent/udptracker.cpp | 2 | ||||
-rw-r--r-- | libktorrent/torrent/udptracker.h | 2 | ||||
-rw-r--r-- | libktorrent/torrent/udptrackersocket.cpp | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/libktorrent/torrent/peeruploader.cpp b/libktorrent/torrent/peeruploader.cpp index 2de899b..1127f22 100644 --- a/libktorrent/torrent/peeruploader.cpp +++ b/libktorrent/torrent/peeruploader.cpp @@ -18,7 +18,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #include <set> -#include <ksocketaddress.h> +#include <tdesocketaddress.h> #include <util/log.h> #include <util/functions.h> #include <util/sha1hash.h> diff --git a/libktorrent/torrent/udptracker.cpp b/libktorrent/torrent/udptracker.cpp index ab33771..6f8a4e0 100644 --- a/libktorrent/torrent/udptracker.cpp +++ b/libktorrent/torrent/udptracker.cpp @@ -21,7 +21,7 @@ #include <kresolver.h> #include <util/functions.h> #include <util/log.h> -#include <ksocketaddress.h> +#include <tdesocketaddress.h> #include "peermanager.h" #include "udptracker.h" #include "torrentcontrol.h" diff --git a/libktorrent/torrent/udptracker.h b/libktorrent/torrent/udptracker.h index 24dab97..85bc21e 100644 --- a/libktorrent/torrent/udptracker.h +++ b/libktorrent/torrent/udptracker.h @@ -24,7 +24,7 @@ #include <tqvaluelist.h> #include <tqcstring.h> #include <tqtimer.h> -#include <ksocketaddress.h> +#include <tdesocketaddress.h> #include "tracker.h" #include "globals.h" #include "peermanager.h" diff --git a/libktorrent/torrent/udptrackersocket.cpp b/libktorrent/torrent/udptrackersocket.cpp index 78be6ad..2baf3e4 100644 --- a/libktorrent/torrent/udptrackersocket.cpp +++ b/libktorrent/torrent/udptrackersocket.cpp @@ -21,9 +21,9 @@ #include <stdlib.h> #include <unistd.h> #include <util/array.h> -#include <ksocketaddress.h> +#include <tdesocketaddress.h> #include <kdatagramsocket.h> -#include <ksocketdevice.h> +#include <tdesocketdevice.h> #include <net/portlist.h> #include <util/log.h> #include <util/functions.h> |