summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmisc/patch-update-for-r14-1-x8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/patch-update-for-r14-1-x b/misc/patch-update-for-r14-1-x
index 2a15b9d..bc0383b 100755
--- a/misc/patch-update-for-r14-1-x
+++ b/misc/patch-update-for-r14-1-x
@@ -42,16 +42,16 @@ sed -i "$@" \
-e "s|tdeappdcopinterface|kappdcopiface|g" \
-e "s|tdeappdcopiface|kappdcopiface|g" \
-e "s|m_TDEAppDCOPInterface|m_KAppDCOPInterface|g" \
- -e "s|TDEAPPDCOP_INTERFACE_H|KAPPDCOP_INTERFACE_H|g"
+ -e "s|TDEAPPDCOP_INTERFACE_H|KAPPDCOP_INTERFACE_H|g" \
# tdeprocctrl --> kprocctrl
# tdeprocess --> kprocess
# TDEProcIO --> KProcIO
sed -i "$@" \
-e "s|tdeprocctrl|kprocctrl|g" \
- -e "s|tdeprocess|kprocess|g"
- -e "s|TDEProcIO|KProcIO|g"
- -e "s|tdeprocio|kprocio|g"
+ -e "s|tdeprocess|kprocess|g" \
+ -e "s|TDEProcIO|KProcIO|g" \
+ -e "s|tdeprocio|kprocio|g" \
# tdecrash --> kcrash
sed -i "$@" \