rename the following methods:

tqfind find
tqreplace replace
tqcontains contains


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/knetstats@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent 330bc68b36
commit df757dfa7d

@ -170,7 +170,7 @@ void KNetStats::detectNewInterfaces(int* count_ptr) {
const TQStringList& interfaces = KNetStats::scanInterfaces();
TQStringList::ConstIterator i = interfaces.begin();
for(; i != interfaces.end(); ++i) {
InterfaceMap::Iterator elem = mInterfaces.tqfind(*i);
InterfaceMap::Iterator elem = mInterfaces.find(*i);
if (elem == mInterfaces.end())
if (createInterface(*i))
count++;

Loading…
Cancel
Save