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/kademlia/rpcmsg.h | |
parent | 3e3420b98515043a9de35d54b1f0fd4f4feab41f (diff) | |
download | ktorrent-57f320734cce17f7a5d94b61a0f2a33389b8295b.tar.gz ktorrent-57f320734cce17f7a5d94b61a0f2a33389b8295b.zip |
Rename ksocket and kcache
Diffstat (limited to 'libktorrent/kademlia/rpcmsg.h')
-rw-r--r-- | libktorrent/kademlia/rpcmsg.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |