diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
commit | 299d556caf2782c99682b72a528fb1fd9fe948d2 (patch) | |
tree | 5e4c80ae8d6e3663c38d3eaee7a7f3d9e4a3a0f5 /KMFIPTInterface | |
parent | 764544601a689eec271908f30416fa27b127d57e (diff) | |
download | kmyfirewall-299d556caf2782c99682b72a528fb1fd9fe948d2.tar.gz kmyfirewall-299d556caf2782c99682b72a528fb1fd9fe948d2.zip |
rename the following methods:
tqfind find
tqreplace replace
tqcontains contains
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmyfirewall@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'KMFIPTInterface')
-rw-r--r-- | KMFIPTInterface/kmfiptinterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/KMFIPTInterface/kmfiptinterface.cpp b/KMFIPTInterface/kmfiptinterface.cpp index 58b2496..e88310d 100644 --- a/KMFIPTInterface/kmfiptinterface.cpp +++ b/KMFIPTInterface/kmfiptinterface.cpp @@ -60,7 +60,7 @@ void KMFIPTInterface::add(TQString arg) bool KMFIPTInterface::remove(TQString arg) { - TQStringList::Iterator it = m_List.tqfind(arg); + TQStringList::Iterator it = m_List.find(arg); if (it != m_List.end()) { m_List.remove(it); |