diff options
Diffstat (limited to 'libktorrent/torrent/peersourcemanager.h')
-rw-r--r-- | libktorrent/torrent/peersourcemanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/torrent/peersourcemanager.h b/libktorrent/torrent/peersourcemanager.h index e6ef3e6..e7de4f8 100644 --- a/libktorrent/torrent/peersourcemanager.h +++ b/libktorrent/torrent/peersourcemanager.h @@ -50,7 +50,7 @@ namespace bt */ class PeerSourceManager : public TQObject, public kt::TrackersList { - Q_OBJECT + TQ_OBJECT TorrentControl* tor; |