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/chunkmanager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libktorrent/torrent/chunkmanager.h') diff --git a/libktorrent/torrent/chunkmanager.h b/libktorrent/torrent/chunkmanager.h index 2ff2ca7..19a0a30 100644 --- a/libktorrent/torrent/chunkmanager.h +++ b/libktorrent/torrent/chunkmanager.h @@ -61,7 +61,7 @@ namespace bt class ChunkManager : public TQObject { Q_OBJECT - TQ_OBJECT + Torrent & tor; TQString index_file,file_info_file,file_priority_file; -- cgit v1.2.1