diff --git a/kde-tde/convert_existing_kde3_app_to_tde b/kde-tde/convert_existing_kde3_app_to_tde index a7eb2d2..673a5df 100755 --- a/kde-tde/convert_existing_kde3_app_to_tde +++ b/kde-tde/convert_existing_kde3_app_to_tde @@ -211,7 +211,7 @@ KCmd|\ KAbout|\ KComp|\ KGlobal|\ -KProcess|\ +(|the)KProcess|\ KClipboard|\ Kwallet|\ KWallet|\ @@ -224,6 +224,7 @@ kaboutkde\.|\ kcmdlineargs\.|\ kapplication\.|\ kstyle\.|\ +drawKStylePrimitive|\ kdiroperator\.|\ klocale\.|\ kmessagebox\.|\ @@ -456,7 +457,7 @@ xargs -r0 sed -ri \ -e "s|([^a-zA-Z0-9]\|^)KAbout|\1TDEAbout|g" \ -e "s|([^a-zA-Z0-9]\|^)KComp|\1TDEComp|g" \ -e "s|([^a-zA-Z0-9]\|^)KGlobal|\1TDEGlobal|g" \ - -e "s|([^a-zA-Z0-9]\|^)KProcess|\1TDEProcess|g" \ + -e "s|([^a-zA-Z0-9]\|the\|^)KProcess|\1TDEProcess|g" \ -e "s|([^a-zA-Z0-9]\|^)KClipboard|\1TDEClipboard|g" \ -e "s|([^a-zA-Z0-9]\|^)Kwallet|\1TDEwallet|g" \ -e "s|([^a-zA-Z0-9]\|^)KWallet|\1TDEWallet|g" \ @@ -472,6 +473,7 @@ xargs -r0 sed -ri \ -e "s|([^a-zA-Z0-9]\|^)kcmdlineargs\.|\1tdecmdlineargs.|g" \ -e "s|([^a-zA-Z0-9]\|^)kapplication\.|\1tdeapplication.|g" \ -e "s|([^a-zA-Z0-9]\|^)kstyle\.|\1tdestyle.|g" \ + -e "s|([^a-zA-Z0-9]\|^)drawKStylePrimitive|\1drawTDEStylePrimitive|g" \ \ -e "s|([^a-zA-Z0-9]\|^)kdiroperator\.|\1tdediroperator.|g" \ -e "s|([^a-zA-Z0-9]\|^)klocale\.|\1tdelocale.|g" \