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 | 8f9c3391a8964e83262053558132875c57b2c7d5 (patch) | |
tree | ca96bbd20c062335c43d1a7f96047a937abb3bb6 /depcomp | |
parent | 9647cd2e4ceff71f939156efb5d5877aa93adbf0 (diff) | |
download | dbus-tqt-8f9c3391a8964e83262053558132875c57b2c7d5.tar.gz dbus-tqt-8f9c3391a8964e83262053558132875c57b2c7d5.zip |
rename the following methods:
tqfind find
tqreplace replace
tqcontains contains
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/dbus-tqt@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'depcomp')
-rwxr-xr-x | depcomp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ scriptversion=2005-07-09.11 # 02110-1301, USA. # As a special exception to the GNU General Public License, if you -# distribute this file as part of a program that tqcontains a +# distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. @@ -169,7 +169,7 @@ sgi) echo "$object : \\" > "$depfile" # Clip off the initial element (the dependent). Don't try to be - # clever and tqreplace this with sed code, as IRIX sed won't handle + # clever and replace this with sed code, as IRIX sed won't handle # lines with more than a fixed number of characters (4096 in # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; # the IRIX cc adds comments like `#:fec' to the end of the |