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