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 | |
parent | 3e3420b98515043a9de35d54b1f0fd4f4feab41f (diff) | |
download | ktorrent-57f320734cce17f7a5d94b61a0f2a33389b8295b.tar.gz ktorrent-57f320734cce17f7a5d94b61a0f2a33389b8295b.zip |
Rename ksocket and kcache
-rw-r--r-- | apps/ktorrent/ipfilterwidget.cpp | 2 | ||||
-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 | ||||
-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 | ||||
-rw-r--r-- | plugins/infowidget/peerview.cpp | 2 | ||||
-rw-r--r-- | plugins/upnp/upnpmcastsocket.cpp | 4 |
12 files changed, 14 insertions, 14 deletions
diff --git a/apps/ktorrent/ipfilterwidget.cpp b/apps/ktorrent/ipfilterwidget.cpp index 152e8c1..7421cd1 100644 --- a/apps/ktorrent/ipfilterwidget.cpp +++ b/apps/ktorrent/ipfilterwidget.cpp @@ -31,7 +31,7 @@ #include <klistview.h> #include <klineedit.h> -#include <ksocketaddress.h> +#include <tdesocketaddress.h> #include <kfiledialog.h> #include <klocale.h> #include <kmessagebox.h> 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" 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> diff --git a/plugins/infowidget/peerview.cpp b/plugins/infowidget/peerview.cpp index 365e79d..77380b2 100644 --- a/plugins/infowidget/peerview.cpp +++ b/plugins/infowidget/peerview.cpp @@ -26,7 +26,7 @@ #include <kiconloader.h> #include <kstandarddirs.h> #include <kmessagebox.h> -#include <ksocketaddress.h> +#include <tdesocketaddress.h> #include <tqpoint.h> #include <tqlistview.h> #include <kpopupmenu.h> diff --git a/plugins/upnp/upnpmcastsocket.cpp b/plugins/upnp/upnpmcastsocket.cpp index facf207..809d934 100644 --- a/plugins/upnp/upnpmcastsocket.cpp +++ b/plugins/upnp/upnpmcastsocket.cpp @@ -30,8 +30,8 @@ extern "C" { #include <arpa/inet.h> #include <netinet/ip.h> #include <tqstringlist.h> -#include <ksocketdevice.h> -#include <ksocketaddress.h> +#include <tdesocketdevice.h> +#include <tdesocketaddress.h> #include <util/log.h> #include <torrent/globals.h> #include <tqfile.h> |