diff options
Diffstat (limited to 'misc')
-rwxr-xr-x | misc/patch-update-for-r14-1-x | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/patch-update-for-r14-1-x b/misc/patch-update-for-r14-1-x index bc0383b..5273daa 100755 --- a/misc/patch-update-for-r14-1-x +++ b/misc/patch-update-for-r14-1-x @@ -56,3 +56,11 @@ sed -i "$@" \ # tdecrash --> kcrash sed -i "$@" \ -e "s|tdecrash|kcrash|g" \ + +# tdeapp --> kapp +sed -i "$@" \ + -e "s|\btdeApplication\b|kApplication|g" "$1" \ + -e "s|\btdeApp\b|kapp|g" "$1" \ + -e "s|\bTDEApp\b|KApp|g" "$1" \ + -e "s|\bnoTDEApp\b|noKApp|g" "$1" \ + |