diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | 936370a6413e14b322ce808be07c6c66714941b6 (patch) | |
tree | 31b9f37bb64beac5eddafef05312da5b48736bd6 /libktorrent/torrent/ipblocklist.h | |
parent | 2a99db3ebc4c211e436f95fde24b5ac6826d0267 (diff) | |
download | ktorrent-936370a6413e14b322ce808be07c6c66714941b6.tar.gz ktorrent-936370a6413e14b322ce808be07c6c66714941b6.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktorrent@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'libktorrent/torrent/ipblocklist.h')
-rw-r--r-- | libktorrent/torrent/ipblocklist.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libktorrent/torrent/ipblocklist.h b/libktorrent/torrent/ipblocklist.h index 51e5aa5..6439972 100644 --- a/libktorrent/torrent/ipblocklist.h +++ b/libktorrent/torrent/ipblocklist.h @@ -35,8 +35,8 @@ namespace bt { public: IPKey(); - IPKey(TQString& ip, Uint32 tqmask = 0xFFFFFFFF); - IPKey(Uint32 ip, Uint32 tqmask = 0xFFFFFFFF); + IPKey(TQString& ip, Uint32 mask = 0xFFFFFFFF); + IPKey(Uint32 ip, Uint32 mask = 0xFFFFFFFF); IPKey(const IPKey& ip); ~IPKey(); @@ -48,7 +48,7 @@ namespace bt TQString toString(); Uint32 m_ip; - Uint32 m_tqmask; + Uint32 m_mask; }; /** @@ -143,7 +143,7 @@ namespace bt kt::IPBlockingInterface* pluginInterface; /** - * @param IPKey - Key: Peer IP address and bit tqmask if it is a range + * @param IPKey - Key: Peer IP address and bit mask if it is a range * @param int - Number of bad chunks sent. **/ TQMap<IPKey, int> m_peers; |