diff options
Diffstat (limited to 'libktorrent/net')
-rw-r--r-- | libktorrent/net/speed.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/net/speed.cpp b/libktorrent/net/speed.cpp index 35fde9d..e4328fc 100644 --- a/libktorrent/net/speed.cpp +++ b/libktorrent/net/speed.cpp @@ -37,7 +37,7 @@ namespace net void Speed::onData(Uint32 b,bt::TimeStamp ts) { - dlrate.append(tqMakePair(b,ts)); + dlrate.append(qMakePair(b,ts)); bytes += b; } |