diff options
Diffstat (limited to 'misc/patch-update-for-r14-1-x')
-rwxr-xr-x | misc/patch-update-for-r14-1-x | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/patch-update-for-r14-1-x b/misc/patch-update-for-r14-1-x index 855f565..f523577 100755 --- a/misc/patch-update-for-r14-1-x +++ b/misc/patch-update-for-r14-1-x @@ -44,6 +44,8 @@ sed -i "$@" \ -e "s|m_TDEAppDCOPInterface|m_KAppDCOPInterface|g" \ -e "s|TDEAPPDCOP_INTERFACE_H|KAPPDCOP_INTERFACE_H|g" +# tdeprocctrl --> kprocctrl # tdeprocess --> kprocess sed -i "$@" \ + -e "s|tdeprocctrl|kprocctrl|g" \ -e "s|tdeprocess|kprocess|g" |