summaryrefslogtreecommitdiffstats
path: root/libktorrent/torrent/peerid.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:06:13 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-06 03:48:50 +0200
commit06187df2cc7e317dd22ab43abb0880294cb154d8 (patch)
tree888ba77de80ce6dd2cc0213ae4e5ebb333ca2de5 /libktorrent/torrent/peerid.cpp
parent161e93feae40489201edee480db6802a9a61b0a4 (diff)
downloadktorrent-06187df2cc7e317dd22ab43abb0880294cb154d8.tar.gz
ktorrent-06187df2cc7e317dd22ab43abb0880294cb154d8.zip
Rename obsolete tq methods to standard names
(cherry picked from commit 0d48fca8ae41ab963c780104fdeca45d7dad0a51)
Diffstat (limited to 'libktorrent/torrent/peerid.cpp')
-rw-r--r--libktorrent/torrent/peerid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/torrent/peerid.cpp b/libktorrent/torrent/peerid.cpp
index 802fca6..e6a3387 100644
--- a/libktorrent/torrent/peerid.cpp
+++ b/libktorrent/torrent/peerid.cpp
@@ -174,7 +174,7 @@ namespace bt
Map["TS"] = "Torrent Storm";
Map["TT"] = "TuoTu";
Map["UL"] = "uLeecher!";
- Map["UT"] = TQString("%1Torrent").arg(TQChar(0x00B5)); // µTorrent, 0x00B5 is tqunicode for µ
+ Map["UT"] = TQString("%1Torrent").arg(TQChar(0x00B5)); // µTorrent, 0x00B5 is unicode for µ
Map["WT"] = "BitLet";
Map["WY"] = "FireTorrent";
Map["XL"] = "Xunlei";