From 4ffdeab3ca64c74e7053b2e26c93ebc7f6e22823 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:01:12 -0600 Subject: Remove spurious TQ_OBJECT instances --- libktorrent/kademlia/node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libktorrent/kademlia/node.h') diff --git a/libktorrent/kademlia/node.h b/libktorrent/kademlia/node.h index abc7782..01646da 100644 --- a/libktorrent/kademlia/node.h +++ b/libktorrent/kademlia/node.h @@ -45,7 +45,7 @@ namespace dht class Node : public TQObject { Q_OBJECT - TQ_OBJECT + public: Node(RPCServer* srv,const TQString & key_file); virtual ~Node(); -- cgit v1.2.1