summaryrefslogtreecommitdiffstats
path: root/libktorrent/torrent/serverauthenticate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libktorrent/torrent/serverauthenticate.cpp')
-rw-r--r--libktorrent/torrent/serverauthenticate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/torrent/serverauthenticate.cpp b/libktorrent/torrent/serverauthenticate.cpp
index 479f0ce..9f7c76f 100644
--- a/libktorrent/torrent/serverauthenticate.cpp
+++ b/libktorrent/torrent/serverauthenticate.cpp
@@ -67,7 +67,7 @@ namespace bt
Uint8* hs = handshake;
IPBlocklist& ipfilter = IPBlocklist::instance();
- QString IP = sock->getRemoteIPAddress();
+ TQString IP = sock->getRemoteIPAddress();
if (ipfilter.isBlocked( IP ))
{