kde conversion scripts: add KUniqueApplication and KAppDCOPInterface renaming

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/14/head
Michele Calgaro 10 months ago
parent 8bd9e8f524
commit 4c78743b4f
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -103,6 +103,8 @@ KDE_IS_PRELINKED|\
KDE_UTF8_FILENAMES|\
KDESYCOCA|\
KApplication|\
KAppDCOPInterface|\
KUniqueApplication|\
KCmdLineArgs|\
KInstance|\
KAboutData|\
@ -344,6 +346,8 @@ xargs -r0 sed -ri \
-e "s|([^a-zA-Z0-9]\|^)KDESYCOCA|\1TDESYCOCA|g" \
\
-e "s|([^a-zA-Z0-9]\|^)KApplication|\1TDEApplication|g" \
-e "s|([^a-zA-Z0-9]\|^)KUniqueApplication|\1TDEUniqueApplication|g" \
-e "s|([^a-zA-Z0-9]\|^)KAppDCOPInterface|\1TDEAppDCOPInterface|g" \
-e "s|([^a-zA-Z0-9]\|^)KCmdLineArgs|\1TDECmdLineArgs|g" \
-e "s|([^a-zA-Z0-9]\|^)KInstance|\1TDEInstance|g" \
-e "s|([^a-zA-Z0-9]\|^)KAboutData|\1TDEAboutData|g" \

Loading…
Cancel
Save