diff options
author | Timothy Pearson <[email protected]> | 2012-01-30 12:02:15 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-30 12:02:15 -0600 |
commit | 57f320734cce17f7a5d94b61a0f2a33389b8295b (patch) | |
tree | e7e09e458e9a87f7256195e8cc18c6c3c4aa848e /libktorrent/kademlia | |
parent | 3e3420b98515043a9de35d54b1f0fd4f4feab41f (diff) | |
download | ktorrent-57f320734cce17f7a5d94b61a0f2a33389b8295b.tar.gz ktorrent-57f320734cce17f7a5d94b61a0f2a33389b8295b.zip |
Rename ksocket and kcache
Diffstat (limited to 'libktorrent/kademlia')
-rw-r--r-- | libktorrent/kademlia/dht.cpp | 2 | ||||
-rw-r--r-- | libktorrent/kademlia/kbucket.cpp | 2 | ||||
-rw-r--r-- | libktorrent/kademlia/kbucket.h | 2 | ||||
-rw-r--r-- | libktorrent/kademlia/rpcmsg.h | 2 | ||||
-rw-r--r-- | libktorrent/kademlia/rpcserver.cpp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/libktorrent/kademlia/dht.cpp b/libktorrent/kademlia/dht.cpp index f11c1cf..95bcccb 100644 --- a/libktorrent/kademlia/dht.cpp +++ b/libktorrent/kademlia/dht.cpp @@ -24,7 +24,7 @@ #include <util/functions.h> #include <torrent/bnode.h> #include <torrent/globals.h> -#include <ksocketaddress.h> +#include <tdesocketaddress.h> #include "announcetask.h" #include "dht.h" #include "node.h" diff --git a/libktorrent/kademlia/kbucket.cpp b/libktorrent/kademlia/kbucket.cpp index 31148ba..e331a51 100644 --- a/libktorrent/kademlia/kbucket.cpp +++ b/libktorrent/kademlia/kbucket.cpp @@ -17,7 +17,7 @@ * Free Software Foundation, Inc., * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include <ksocketaddress.h> +#include <tdesocketaddress.h> #include <util/file.h> #include <util/log.h> #include <util/functions.h> diff --git a/libktorrent/kademlia/kbucket.h b/libktorrent/kademlia/kbucket.h index 6930c9d..efbaceb 100644 --- a/libktorrent/kademlia/kbucket.h +++ b/libktorrent/kademlia/kbucket.h @@ -22,7 +22,7 @@ #include <tqvaluelist.h> #include <util/constants.h> -#include <ksocketaddress.h> +#include <tdesocketaddress.h> #include "key.h" #include "rpccall.h" #include "task.h" diff --git a/libktorrent/kademlia/rpcmsg.h b/libktorrent/kademlia/rpcmsg.h index 7e04d7a..68a3367 100644 --- a/libktorrent/kademlia/rpcmsg.h +++ b/libktorrent/kademlia/rpcmsg.h @@ -20,7 +20,7 @@ #ifndef DHTRPCMSG_H #define DHTRPCMSG_H -#include <ksocketaddress.h> +#include <tdesocketaddress.h> #include <util/constants.h> #include "key.h" #include "database.h" diff --git a/libktorrent/kademlia/rpcserver.cpp b/libktorrent/kademlia/rpcserver.cpp index 8157f9b..8839de2 100644 --- a/libktorrent/kademlia/rpcserver.cpp +++ b/libktorrent/kademlia/rpcserver.cpp @@ -26,7 +26,7 @@ #include <torrent/bnode.h> #include <torrent/bdecoder.h> #include <torrent/bencoder.h> -#include <ksocketdevice.h> +#include <tdesocketdevice.h> #include "rpcserver.h" #include "rpccall.h" #include "rpcmsg.h" |