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 648aa8a..2da26d8 100644 --- a/libktorrent/torrent/udptracker.h +++ b/libktorrent/torrent/udptracker.h @@ -61,7 +61,7 @@ namespace bt */ class UDPTracker : public Tracker { - Q_OBJECT + TQ_OBJECT public: UDPTracker(const KURL & url,kt::TorrentInterface* tor,const PeerID & id,int tier); |