summaryrefslogtreecommitdiffstats
path: root/libktorrent/kademlia/rpccall.h
diff options
context:
space:
mode:
Diffstat (limited to 'libktorrent/kademlia/rpccall.h')
-rw-r--r--libktorrent/kademlia/rpccall.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libktorrent/kademlia/rpccall.h b/libktorrent/kademlia/rpccall.h
index 2a9682e..d7b5ee5 100644
--- a/libktorrent/kademlia/rpccall.h
+++ b/libktorrent/kademlia/rpccall.h
@@ -35,7 +35,7 @@ namespace dht
class RPCCallListener : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
RPCCallListener();
virtual ~RPCCallListener();
@@ -62,7 +62,7 @@ namespace dht
class RPCCall : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
RPCCall(RPCServer* rpc,MsgBase* msg,bool queued);
virtual ~RPCCall();