summaryrefslogtreecommitdiffstats
path: root/libktorrent/mse/encryptedauthenticate.h
diff options
context:
space:
mode:
Diffstat (limited to 'libktorrent/mse/encryptedauthenticate.h')
-rw-r--r--libktorrent/mse/encryptedauthenticate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libktorrent/mse/encryptedauthenticate.h b/libktorrent/mse/encryptedauthenticate.h
index 74ccc1b..1ab8192 100644
--- a/libktorrent/mse/encryptedauthenticate.h
+++ b/libktorrent/mse/encryptedauthenticate.h
@@ -39,8 +39,9 @@ namespace mse
class EncryptedAuthenticate : public bt::Authenticate
{
Q_OBJECT
+ TQ_OBJECT
public:
- EncryptedAuthenticate(const QString& ip, Uint16 port, const bt::SHA1Hash& info_hash, const bt::PeerID& peer_id, bt::PeerManager* pman);
+ EncryptedAuthenticate(const TQString& ip, Uint16 port, const bt::SHA1Hash& info_hash, const bt::PeerID& peer_id, bt::PeerManager* pman);
virtual ~EncryptedAuthenticate();
private slots: