diff options
Diffstat (limited to 'libktorrent/torrent/udptracker.h')
-rw-r--r-- | libktorrent/torrent/udptracker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/torrent/udptracker.h b/libktorrent/torrent/udptracker.h index 85bc21e..240a4ff 100644 --- a/libktorrent/torrent/udptracker.h +++ b/libktorrent/torrent/udptracker.h @@ -62,7 +62,7 @@ namespace bt class UDPTracker : public Tracker { Q_OBJECT - TQ_OBJECT + public: UDPTracker(const KURL & url,kt::TorrentInterface* tor,const PeerID & id,int tier); virtual ~UDPTracker(); |