summaryrefslogtreecommitdiffstats
path: root/plugins/stats/PeerMonitor.cc
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
commit100dcb6968ca22bfa52836ad55eb4f01225791db (patch)
tree9d11b082bf3241003cd8f325270def346e980fd3 /plugins/stats/PeerMonitor.cc
parent15dca2cc45947fde92cfda1c4c1e84b8b8a21f46 (diff)
downloadktorrent-100dcb6968ca22bfa52836ad55eb4f01225791db.tar.gz
ktorrent-100dcb6968ca22bfa52836ad55eb4f01225791db.zip
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktorrent@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'plugins/stats/PeerMonitor.cc')
-rw-r--r--plugins/stats/PeerMonitor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/stats/PeerMonitor.cc b/plugins/stats/PeerMonitor.cc
index 935efda..8a903c3 100644
--- a/plugins/stats/PeerMonitor.cc
+++ b/plugins/stats/PeerMonitor.cc
@@ -89,7 +89,7 @@ double PeerMonitor::LeechersUpSpeed()
double spd = 0.0;
//without it'll segfault/SIGABRT on stop as in meantime the iterator from
- // mPeers will be tqinvalidated
+ // mPeers will be invalidated
for( data_t::const_iterator it = mPeers.begin(); it != mPeers.end(); it++)
{