diff options
Diffstat (limited to 'libktorrent/torrent/chunkdownload.h')
-rw-r--r-- | libktorrent/torrent/chunkdownload.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/torrent/chunkdownload.h b/libktorrent/torrent/chunkdownload.h index 83fd3e3..5c89017 100644 --- a/libktorrent/torrent/chunkdownload.h +++ b/libktorrent/torrent/chunkdownload.h @@ -62,7 +62,7 @@ namespace bt class ChunkDownload : public TQObject,public kt::ChunkDownloadInterface { Q_OBJECT - TQ_OBJECT + public: /** * Constructor, set the chunk and the PeerManager. |