From 4c78743b4f30fe8de9e7aee609c9fd4811c6037b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 29 Nov 2024 16:52:56 +0900 Subject: kde conversion scripts: add KUniqueApplication and KAppDCOPInterface renaming Signed-off-by: Michele Calgaro --- conversions/kde-tde/convert_existing_kde3_app_to_tde | 4 ++++ 1 file changed, 4 insertions(+) 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" \ -- cgit v1.2.1