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/torrent/peerdownloader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libktorrent/torrent/peerdownloader.h') diff --git a/libktorrent/torrent/peerdownloader.h b/libktorrent/torrent/peerdownloader.h index 6173c97..16957e3 100644 --- a/libktorrent/torrent/peerdownloader.h +++ b/libktorrent/torrent/peerdownloader.h @@ -94,7 +94,7 @@ namespace bt class PeerDownloader : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** * Constructor, set the Peer -- cgit v1.2.1