diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
commit | dbb67f90e8177bba3f6527852af1e5f4b7a00325 (patch) | |
tree | b3ec423edc172fee393480c6cd4cfe4ae5746017 /knetworkconf/backends/replace.pl.in | |
parent | e1fedebd35564879715ec11012b5acaf3068edb9 (diff) | |
download | tdeadmin-dbb67f90e8177bba3f6527852af1e5f4b7a00325.tar.gz tdeadmin-dbb67f90e8177bba3f6527852af1e5f4b7a00325.zip |
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...]
tqinvalidate[...]
tqparent[...]
tqmask[...]
tqlayout[...]
tqalignment[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'knetworkconf/backends/replace.pl.in')
-rw-r--r-- | knetworkconf/backends/replace.pl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knetworkconf/backends/replace.pl.in b/knetworkconf/backends/replace.pl.in index 30ec359..bac1f9a 100644 --- a/knetworkconf/backends/replace.pl.in +++ b/knetworkconf/backends/replace.pl.in @@ -477,7 +477,7 @@ sub gst_replace_join_hash return $res; } -# Find $re matching send string and replace tqparenthesyzed +# Find $re matching send string and replace parenthesyzed # part of $re with $value. FIXME: apply meeks' more general impl. sub gst_replace_chat { |