Add renaming in convert_existing_kde3_app_to_tde script:

+ theKProcess
+ drawKStylePrimitive

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/1/head
Slávek Banko 8 years ago
parent 0e9f076b9d
commit 7d3b39f8f6

@ -211,7 +211,7 @@ KCmd|\
KAbout|\ KAbout|\
KComp|\ KComp|\
KGlobal|\ KGlobal|\
KProcess|\ (|the)KProcess|\
KClipboard|\ KClipboard|\
Kwallet|\ Kwallet|\
KWallet|\ KWallet|\
@ -224,6 +224,7 @@ kaboutkde\.|\
kcmdlineargs\.|\ kcmdlineargs\.|\
kapplication\.|\ kapplication\.|\
kstyle\.|\ kstyle\.|\
drawKStylePrimitive|\
kdiroperator\.|\ kdiroperator\.|\
klocale\.|\ klocale\.|\
kmessagebox\.|\ kmessagebox\.|\
@ -456,7 +457,7 @@ xargs -r0 sed -ri \
-e "s|([^a-zA-Z0-9]\|^)KAbout|\1TDEAbout|g" \ -e "s|([^a-zA-Z0-9]\|^)KAbout|\1TDEAbout|g" \
-e "s|([^a-zA-Z0-9]\|^)KComp|\1TDEComp|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]\|^)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]\|^)KClipboard|\1TDEClipboard|g" \
-e "s|([^a-zA-Z0-9]\|^)Kwallet|\1TDEwallet|g" \ -e "s|([^a-zA-Z0-9]\|^)Kwallet|\1TDEwallet|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]\|^)kcmdlineargs\.|\1tdecmdlineargs.|g" \
-e "s|([^a-zA-Z0-9]\|^)kapplication\.|\1tdeapplication.|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]\|^)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]\|^)kdiroperator\.|\1tdediroperator.|g" \
-e "s|([^a-zA-Z0-9]\|^)klocale\.|\1tdelocale.|g" \ -e "s|([^a-zA-Z0-9]\|^)klocale\.|\1tdelocale.|g" \

Loading…
Cancel
Save