diff options
Diffstat (limited to 'libktorrent/torrent/udptrackersocket.cpp')
-rw-r--r-- | libktorrent/torrent/udptrackersocket.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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> |