Adding another renaming in the script convert_existing_kde3_app_to_tde

pull/1/head
Slávek Banko 11 years ago
parent a978092419
commit b1160dca63

@ -96,6 +96,7 @@ KSocket|\
KIO\.|\
KIO:|\
KIO;|\
\<KIO\>|\
KIO_EXPORT|\
KIOInput|\
KIOJob|\
@ -317,6 +318,7 @@ xargs -r0 sed -ri \
-e "s|([^a-zA-Z0-9]\|^)KIO\.|\1TDEIO.|g" \
-e "s|([^a-zA-Z0-9]\|^)KIO:|\1TDEIO:|g" \
-e "s|([^a-zA-Z0-9]\|^)KIO;|\1TDEIO;|g" \
-e "s|([^a-zA-Z0-9]\|^)\<KIO\>|\1TDEIO|g" \
-e "s|([^a-zA-Z0-9]\|^)KIO_EXPORT|\1TDEIO_EXPORT|g" \
-e "s|([^a-zA-Z0-9]\|^)KIOInput|\1TDEIOInput|g" \
-e "s|([^a-zA-Z0-9]\|^)KIOJob|\1TDEIOJob|g" \

Loading…
Cancel
Save