summaryrefslogtreecommitdiffstats
path: root/kmyfirewall/ipteditor
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 06:08:18 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 06:08:18 +0000
commit299d556caf2782c99682b72a528fb1fd9fe948d2 (patch)
tree5e4c80ae8d6e3663c38d3eaee7a7f3d9e4a3a0f5 /kmyfirewall/ipteditor
parent764544601a689eec271908f30416fa27b127d57e (diff)
downloadkmyfirewall-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 'kmyfirewall/ipteditor')
-rw-r--r--kmyfirewall/ipteditor/kmfchainedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmyfirewall/ipteditor/kmfchainedit.cpp b/kmyfirewall/ipteditor/kmfchainedit.cpp
index 35c95e9..c83ff2a 100644
--- a/kmyfirewall/ipteditor/kmfchainedit.cpp
+++ b/kmyfirewall/ipteditor/kmfchainedit.cpp
@@ -144,7 +144,7 @@ void KMFChainEdit::loadChain( IPTChain* chain ) {
}
if ( !log_limit.isEmpty() && log_limit != XML::Undefined_Value ) {
c_log_limit->setChecked( true );
- int i = log_limit.tqfind( "/" );
+ int i = log_limit.find( "/" );
TQString str_num = log_limit.left( i );
TQString interval = log_limit.remove( 0, i + 1 );
if ( interval == "second" ) {