diff options
Diffstat (limited to 'conversions/kde-tde/convert_existing_kde3_app_to_tde')
-rwxr-xr-x | conversions/kde-tde/convert_existing_kde3_app_to_tde | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conversions/kde-tde/convert_existing_kde3_app_to_tde b/conversions/kde-tde/convert_existing_kde3_app_to_tde index 9223620..305ce88 100755 --- a/conversions/kde-tde/convert_existing_kde3_app_to_tde +++ b/conversions/kde-tde/convert_existing_kde3_app_to_tde @@ -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" \ |