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/dhtbase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libktorrent/kademlia/dhtbase.h') diff --git a/libktorrent/kademlia/dhtbase.h b/libktorrent/kademlia/dhtbase.h index 05699c8..dca5e58 100644 --- a/libktorrent/kademlia/dhtbase.h +++ b/libktorrent/kademlia/dhtbase.h @@ -51,7 +51,7 @@ namespace dht class DHTBase : public TQObject { Q_OBJECT - TQ_OBJECT + public: DHTBase(); virtual ~DHTBase(); -- cgit v1.2.1