summaryrefslogtreecommitdiffstats
path: root/libktorrent/net/speed.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libktorrent/net/speed.cpp')
-rw-r--r--libktorrent/net/speed.cpp2
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;
}