diff options
Diffstat (limited to 'libktorrent/kademlia/dht.h')
-rw-r--r-- | libktorrent/kademlia/dht.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/kademlia/dht.h b/libktorrent/kademlia/dht.h index 11daf82..e3d9c35 100644 --- a/libktorrent/kademlia/dht.h +++ b/libktorrent/kademlia/dht.h @@ -64,7 +64,7 @@ namespace dht class DHT : public DHTBase { Q_OBJECT - TQ_OBJECT + public: DHT(); virtual ~DHT(); |