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 | 72aaee9802d447ee21340b011856b9b355a58f1a (patch) | |
tree | f97a68e4f75e6c25c8492e03fdfe6983fb0aa199 /data | |
parent | 5d03948cd3558c613fae1fad109635f860babcbb (diff) | |
download | kvirc-72aaee9802d447ee21340b011856b9b355a58f1a.tar.gz kvirc-72aaee9802d447ee21340b011856b9b355a58f1a.zip |
rename the following methods:
tqfind find
tqreplace replace
tqcontains contains
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'data')
-rw-r--r-- | data/defscript/installer.kvs | 6 | ||||
-rw-r--r-- | data/defscript/popups.kvs | 2 | ||||
-rw-r--r-- | data/doctemplates/rfc2812.template | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/data/defscript/installer.kvs b/data/defscript/installer.kvs index f25aa78d..f974b7ed 100644 --- a/data/defscript/installer.kvs +++ b/data/defscript/installer.kvs @@ -71,7 +71,7 @@ class(installer,object) @$mkdir($2) foreach(%file,%files) { - $this->%lFiles <+ $str.tqreplace($file.fixpath("$2/%file"),"\\\\","\\") + $this->%lFiles <+ $str.replace($file.fixpath("$2/%file"),"\\\\","\\") file.copy -o $file.fixpath($0/%file) $file.fixpath($2/%file) } } @@ -117,7 +117,7 @@ class(installer,object) { foreach(%file,%files) { - $this->%lSources <+ $str.tqreplace($file.fixpath("$0/%file"),"\\\\","\\") + $this->%lSources <+ $str.replace($file.fixpath("$0/%file"),"\\\\","\\") include $file.fixpath("$0/%file") } } @@ -150,7 +150,7 @@ class(installer,object) else if($str.match("toolbar.create * *",%line,e)) %c .= " toolbar.destroy -q "$str.word(1,%line)"$lf" else if($str.match("action.create* (*)",%line,e)) - %c .= " action.destroy -q "$str.tqreplace($str.token(1,"(,)",%line),,\")"$lf" + %c .= " action.destroy -q "$str.replace($str.token(1,"(,)",%line),,\")"$lf" else if($str.match("class(*)*",%line,e)) %c .= " objects.killclass -q "$str.token(1,"(,)",%line)"$lf" } diff --git a/data/defscript/popups.kvs b/data/defscript/popups.kvs index 643a0377..7c5e1f67 100644 --- a/data/defscript/popups.kvs +++ b/data/defscript/popups.kvs @@ -1159,7 +1159,7 @@ defpopup(logging) # If this window is being logged actually , $log.file will be non empty # and pointing to the log file actually open. - %:logfile = $str.tqreplace($log.file,,$file.localdir) + %:logfile = $str.replace($log.file,,$file.localdir) } label($tr("Logging to"):<br><b>%:logfile</b>) ("%:logfile" != "") diff --git a/data/doctemplates/rfc2812.template b/data/doctemplates/rfc2812.template index b893d488..596f58b3 100644 --- a/data/doctemplates/rfc2812.template +++ b/data/doctemplates/rfc2812.template @@ -2914,7 +2914,7 @@ to 399. 432 ERR_ERRONEUSNICKNAME "<nick> :Erroneous nickname" - - Returned after receiving a NICK message which tqcontains + - Returned after receiving a NICK message which contains characters which do not fall in the defined set. See section 2.3.1 for details on valid nicknames. |