diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:06:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:06:13 -0600 |
commit | 0d48fca8ae41ab963c780104fdeca45d7dad0a51 (patch) | |
tree | 5dd61af9cef2b3ab1c6d4d24082df3ea3146a007 /libktorrent/torrent | |
parent | bb37c4052a9edfff2196984cef241b1ce2df7bb3 (diff) | |
download | ktorrent-0d48fca8ae41ab963c780104fdeca45d7dad0a51.tar.gz ktorrent-0d48fca8ae41ab963c780104fdeca45d7dad0a51.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'libktorrent/torrent')
-rw-r--r-- | libktorrent/torrent/peerid.cpp | 2 |
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"; |