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/httptracker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libktorrent/torrent/httptracker.h') diff --git a/libktorrent/torrent/httptracker.h b/libktorrent/torrent/httptracker.h index effb4b7..b9433cd 100644 --- a/libktorrent/torrent/httptracker.h +++ b/libktorrent/torrent/httptracker.h @@ -42,7 +42,7 @@ namespace bt class HTTPTracker : public Tracker { Q_OBJECT - TQ_OBJECT + public: HTTPTracker(const KURL & url,kt::TorrentInterface* tor,const PeerID & id,int tier); virtual ~HTTPTracker(); -- cgit v1.2.1