diff options
Diffstat (limited to 'libktorrent/torrent/speedestimater.cpp')
-rw-r--r-- | libktorrent/torrent/speedestimater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/torrent/speedestimater.cpp b/libktorrent/torrent/speedestimater.cpp index a0b67da..7752999 100644 --- a/libktorrent/torrent/speedestimater.cpp +++ b/libktorrent/torrent/speedestimater.cpp @@ -36,7 +36,7 @@ namespace bt void data(Uint32 bytes) { - dlrate.append(tqMakePair(bytes,GetCurrentTime())); + dlrate.append(qMakePair(bytes,GetCurrentTime())); } void update() |