diff options
Diffstat (limited to 'libktorrent/kademlia/kbucket.h')
-rw-r--r-- | libktorrent/kademlia/kbucket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/kademlia/kbucket.h b/libktorrent/kademlia/kbucket.h index efbaceb..cf065a9 100644 --- a/libktorrent/kademlia/kbucket.h +++ b/libktorrent/kademlia/kbucket.h @@ -143,7 +143,7 @@ namespace dht class KBucket : public RPCCallListener { Q_OBJECT - TQ_OBJECT + Uint32 idx; TQValueList<KBucketEntry> entries,pending_entries; |