Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ktp-accounts-kcm for 
openSUSE:Factory checked in at 2022-04-24 00:19:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktp-accounts-kcm (Old)
 and      /work/SRC/openSUSE:Factory/.ktp-accounts-kcm.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktp-accounts-kcm"

Sun Apr 24 00:19:42 2022 rev:37 rq:971552 version:22.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktp-accounts-kcm/ktp-accounts-kcm.changes        
2022-03-04 20:16:26.084791427 +0100
+++ 
/work/SRC/openSUSE:Factory/.ktp-accounts-kcm.new.1538/ktp-accounts-kcm.changes  
    2022-04-24 00:20:11.112288656 +0200
@@ -1,0 +2,23 @@
+Mon Apr 18 07:52:22 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.04.0/
+
+-------------------------------------------------------------------
+Fri Apr  8 18:20:55 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.03.90
+  * New feature release
+
+-------------------------------------------------------------------
+Wed Mar 23 08:14:47 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.03.80
+  * New feature release
+- Changes since 21.12.3:
+  * build: Pass the version to project()
+  * Add CI
+
+-------------------------------------------------------------------

Old:
----
  ktp-accounts-kcm-21.12.3.tar.xz
  ktp-accounts-kcm-21.12.3.tar.xz.sig

New:
----
  ktp-accounts-kcm-22.04.0.tar.xz
  ktp-accounts-kcm-22.04.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ktp-accounts-kcm.spec ++++++
--- /var/tmp/diff_new_pack.eOmXdk/_old  2022-04-24 00:20:11.656289067 +0200
+++ /var/tmp/diff_new_pack.eOmXdk/_new  2022-04-24 00:20:11.664289072 +0200
@@ -20,7 +20,7 @@
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           ktp-accounts-kcm
-Version:        21.12.3
+Version:        22.04.0
 Release:        0
 Summary:        Configuration module to set up Telepathy accounts
 License:        LGPL-2.1-or-later


++++++ ktp-accounts-kcm-21.12.3.tar.xz -> ktp-accounts-kcm-22.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-accounts-kcm-21.12.3/.gitlab-ci.yml 
new/ktp-accounts-kcm-22.04.0/.gitlab-ci.yml
--- old/ktp-accounts-kcm-21.12.3/.gitlab-ci.yml 1970-01-01 01:00:00.000000000 
+0100
+++ new/ktp-accounts-kcm-22.04.0/.gitlab-ci.yml 2022-04-12 23:11:11.000000000 
+0200
@@ -0,0 +1,6 @@
+# SPDX-FileCopyrightText: None
+# SPDX-License-Identifier: CC0-1.0
+
+include:
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-accounts-kcm-21.12.3/.kde-ci.yml 
new/ktp-accounts-kcm-22.04.0/.kde-ci.yml
--- old/ktp-accounts-kcm-21.12.3/.kde-ci.yml    1970-01-01 01:00:00.000000000 
+0100
+++ new/ktp-accounts-kcm-22.04.0/.kde-ci.yml    2022-04-12 23:11:11.000000000 
+0200
@@ -0,0 +1,16 @@
+# SPDX-FileCopyrightText: None
+# SPDX-License-Identifier: CC0-1.0
+
+Dependencies:
+- 'on': ['@all']
+  'require':
+    'frameworks/extra-cmake-modules': '@stable'
+    'frameworks/kio': '@stable'
+    'frameworks/ki18n': '@stable'
+    'frameworks/kwidgetaddons': '@stable'
+    'frameworks/kcodecs': '@stable'
+    'frameworks/kcoreaddons': '@stable'
+    'frameworks/kconfigwidgets': '@stable'
+    'frameworks/kiconthemes': '@stable'
+    'frameworks/kitemviews': '@stable'
+    'network/kaccounts-integration': '@same'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-accounts-kcm-21.12.3/CMakeLists.txt 
new/ktp-accounts-kcm-22.04.0/CMakeLists.txt
--- old/ktp-accounts-kcm-21.12.3/CMakeLists.txt 2022-03-01 01:15:01.000000000 
+0100
+++ new/ktp-accounts-kcm-22.04.0/CMakeLists.txt 2022-04-15 02:19:37.000000000 
+0200
@@ -1,23 +1,44 @@
-project (ktp-accounts-kcm)
+cmake_minimum_required(VERSION 3.16)
 
-cmake_minimum_required(VERSION 2.8.12)
+# KDE Gear Version, managed by release script
+set (RELEASE_SERVICE_VERSION_MAJOR "22")
+set (RELEASE_SERVICE_VERSION_MINOR "04")
+set (RELEASE_SERVICE_VERSION_MICRO "0")
 
-find_package(ECM 1.0.0 REQUIRED NO_MODULE)
+set(KTP_ACCOUNTS_KCM_SONUMBER "9")
+set(KTP_ACCOUNTS_KCM_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
-set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
+project (ktp-accounts-kcm VERSION ${KTP_ACCOUNTS_KCM_VERSION})
 
-find_package(Qt5 5.2.0 CONFIG REQUIRED Core Widgets DBus)
-find_package(KF5 5.11 REQUIRED KCMUtils KIO I18n WidgetsAddons Codecs 
CoreAddons ConfigWidgets IconThemes ItemViews)
+set(QT_MIN_VERSION "5.15.0")
+set(KF_MIN_VERSION "5.85.0")
 
-# KDE Application Version, managed by release script
-set (RELEASE_SERVICE_VERSION_MAJOR "21")
-set (RELEASE_SERVICE_VERSION_MINOR "12")
-set (RELEASE_SERVICE_VERSION_MICRO "3")
+find_package(ECM ${KF_MIN_VERSION} REQUIRED NO_MODULE)
+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
-set(KTP_ACCOUNTS_KCM_SONUMBER "9")
-set(KTP_ACCOUNTS_KCM_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
+include(KDEInstallDirs)
+include(KDECMakeSettings)
+include(KDECompilerSettings NO_POLICY_SCOPE)
 
-set(IS_KTP_INTERNAL_MODULE TRUE)
+include(ECMInstallIcons)
+include(FeatureSummary)
+
+find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED
+    Core
+    DBus
+    Widgets
+)
+find_package(KF5 ${KF_MIN_VERSION} REQUIRED
+    Codecs
+    ConfigWidgets
+    CoreAddons
+    I18n
+    IconThemes
+    ItemViews
+    KCMUtils
+    KIO
+    WidgetsAddons
+)
 
 find_package (TelepathyQt5 REQUIRED)
 find_package (KAccounts REQUIRED)
@@ -27,17 +48,11 @@
 # make some more macros available
 # include (MacroLibrary)
 
-include(KDEInstallDirs)
-include(KDECMakeSettings)
-include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
-include(KDECompilerSettings NO_POLICY_SCOPE)
-include(ECMInstallIcons)
-include(FeatureSummary)
 include(KAccountsMacros)
 
-add_definitions (
-#                  -DQT_NO_CAST_FROM_ASCII
-                 -DQT_NO_KEYWORDS
+# added by KDE_COMPILERSETTINGS_LEVEL 5.85
+remove_definitions (
+    -DQT_NO_FOREACH
 )
 
 include_directories (${CMAKE_CURRENT_SOURCE_DIR}/src
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/gabble/CMakeLists.txt 
new/ktp-accounts-kcm-22.04.0/plugins/gabble/CMakeLists.txt
--- old/ktp-accounts-kcm-21.12.3/plugins/gabble/CMakeLists.txt  2022-02-27 
18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/gabble/CMakeLists.txt  2022-04-12 
23:11:11.000000000 +0200
@@ -1,9 +1,5 @@
 project (ktpaccountskcm-plugin-gabble)
 
-include_directories (${CMAKE_CURRENT_BINARY_DIR}
-                     ${CMAKE_CURRENT_SOURCE_DIR}
-)
-
 add_definitions(-DTRANSLATION_DOMAIN=\"kcmtelepathyaccounts_plugin_gabble\")
 
 set (ktpaccountskcm_plugin_gabble_SRCS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/gabble/gabble-account-ui.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/gabble/gabble-account-ui.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/gabble/gabble-account-ui.cpp   
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/gabble/gabble-account-ui.cpp   
2022-04-12 23:11:11.000000000 +0200
@@ -115,6 +115,3 @@
 
     return widget;
 }
-
-
-#include "gabble-account-ui.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/gabble/main-options-widget-facebook.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/gabble/main-options-widget-facebook.cpp
--- 
old/ktp-accounts-kcm-21.12.3/plugins/gabble/main-options-widget-facebook.cpp    
    2022-02-27 18:52:46.000000000 +0100
+++ 
new/ktp-accounts-kcm-22.04.0/plugins/gabble/main-options-widget-facebook.cpp    
    2022-04-12 23:11:11.000000000 +0200
@@ -88,5 +88,3 @@
     }
     return displayName;
 }
-
-#include "main-options-widget-facebook.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/gabble/main-options-widget-googletalk.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/gabble/main-options-widget-googletalk.cpp
--- 
old/ktp-accounts-kcm-21.12.3/plugins/gabble/main-options-widget-googletalk.cpp  
    2022-02-27 18:52:46.000000000 +0100
+++ 
new/ktp-accounts-kcm-22.04.0/plugins/gabble/main-options-widget-googletalk.cpp  
    2022-04-12 23:11:11.000000000 +0200
@@ -42,5 +42,3 @@
 {
     return m_ui->accountLineEdit->text();
 }
-
-#include "main-options-widget-googletalk.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/gabble/main-options-widget-kde-talk.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/gabble/main-options-widget-kde-talk.cpp
--- 
old/ktp-accounts-kcm-21.12.3/plugins/gabble/main-options-widget-kde-talk.cpp    
    2022-02-27 18:52:46.000000000 +0100
+++ 
new/ktp-accounts-kcm-22.04.0/plugins/gabble/main-options-widget-kde-talk.cpp    
    2022-04-12 23:11:11.000000000 +0200
@@ -91,5 +91,3 @@
 {
     return m_ui->accountLineEdit->text();
 }
-
-#include "main-options-widget-kde-talk.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/gabble/main-options-widget-msn.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/gabble/main-options-widget-msn.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/gabble/main-options-widget-msn.cpp     
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/gabble/main-options-widget-msn.cpp     
2022-04-12 23:11:11.000000000 +0200
@@ -57,5 +57,3 @@
     //       Dictionary::instance()->string(QLatin1String("msn"))
     return i18n("Windows Live Messenger");
 }
-
-#include "main-options-widget-msn.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/gabble/main-options-widget.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/gabble/main-options-widget.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/gabble/main-options-widget.cpp 
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/gabble/main-options-widget.cpp 
2022-04-12 23:11:11.000000000 +0200
@@ -57,5 +57,3 @@
 {
     return m_ui->accountLineEdit->text();
 }
-
-#include "main-options-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/gabble/proxy-settings-widget.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/gabble/proxy-settings-widget.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/gabble/proxy-settings-widget.cpp       
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/gabble/proxy-settings-widget.cpp       
2022-04-12 23:11:11.000000000 +0200
@@ -42,6 +42,3 @@
 {
     delete m_ui;
 }
-
-
-#include "proxy-settings-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/gabble/server-settings-widget.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/gabble/server-settings-widget.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/gabble/server-settings-widget.cpp      
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/gabble/server-settings-widget.cpp      
2022-04-12 23:11:11.000000000 +0200
@@ -43,6 +43,3 @@
 {
     delete m_ui;
 }
-
-
-#include "server-settings-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-accounts-kcm-21.12.3/plugins/haze/CMakeLists.txt 
new/ktp-accounts-kcm-22.04.0/plugins/haze/CMakeLists.txt
--- old/ktp-accounts-kcm-21.12.3/plugins/haze/CMakeLists.txt    2022-02-27 
18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/haze/CMakeLists.txt    2022-04-12 
23:11:11.000000000 +0200
@@ -1,9 +1,5 @@
 project (ktpaccountskcm-plugin-haze)
 
-include_directories (${CMAKE_CURRENT_BINARY_DIR}
-                     ${CMAKE_CURRENT_SOURCE_DIR}
-)
-
 add_definitions(-DTRANSLATION_DOMAIN=\"kcmtelepathyaccounts_plugin_haze\")
 
 set (ktpaccountskcm_plugin_haze_SRCS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/haze/aim-main-options-widget.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/haze/aim-main-options-widget.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/haze/aim-main-options-widget.cpp       
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/haze/aim-main-options-widget.cpp       
2022-04-12 23:11:11.000000000 +0200
@@ -44,5 +44,3 @@
 {
     return m_ui->accountLineEdit->text();
 }
-
-#include "aim-main-options-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/haze/aim-server-settings-widget.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/haze/aim-server-settings-widget.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/haze/aim-server-settings-widget.cpp    
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/haze/aim-server-settings-widget.cpp    
2022-04-12 23:11:11.000000000 +0200
@@ -43,5 +43,3 @@
 {
     delete m_ui;
 }
-
-#include "aim-server-settings-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/haze/groupwise-advanced-settings-widget.cpp
 
new/ktp-accounts-kcm-22.04.0/plugins/haze/groupwise-advanced-settings-widget.cpp
--- 
old/ktp-accounts-kcm-21.12.3/plugins/haze/groupwise-advanced-settings-widget.cpp
    2022-02-27 18:52:46.000000000 +0100
+++ 
new/ktp-accounts-kcm-22.04.0/plugins/haze/groupwise-advanced-settings-widget.cpp
    2022-04-12 23:11:11.000000000 +0200
@@ -37,5 +37,3 @@
 {
     delete m_ui;
 }
-
-#include "groupwise-advanced-settings-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/haze/groupwise-main-options-widget.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/haze/groupwise-main-options-widget.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/haze/groupwise-main-options-widget.cpp 
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/haze/groupwise-main-options-widget.cpp 
2022-04-12 23:11:11.000000000 +0200
@@ -42,5 +42,3 @@
 {
     return m_ui->accountLineEdit->text();
 }
-
-#include "groupwise-main-options-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/haze/haze-groupwise-account.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/haze/haze-groupwise-account.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/haze/haze-groupwise-account.cpp        
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/haze/haze-groupwise-account.cpp        
2022-04-12 23:11:11.000000000 +0200
@@ -59,5 +59,3 @@
     AbstractAccountParametersWidget *groupwiseAdvancedSettingsWidget = new 
GroupWiseAdvancedSettingsWidget(model, parent);
     return groupwiseAdvancedSettingsWidget;
 }
-
-#include "haze-groupwise-account.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/haze/haze-icq-account.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/haze/haze-icq-account.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/haze/haze-icq-account.cpp      
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/haze/haze-icq-account.cpp      
2022-04-12 23:11:11.000000000 +0200
@@ -64,6 +64,3 @@
     AbstractAccountParametersWidget *icqServerSettingsWidget = new 
IcqServerSettingsWidget(model, parent);
     return icqServerSettingsWidget;
 }
-
-
-#include "haze-icq-account.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/haze/haze-msn-account.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/haze/haze-msn-account.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/haze/haze-msn-account.cpp      
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/haze/haze-msn-account.cpp      
2022-04-12 23:11:11.000000000 +0200
@@ -50,5 +50,3 @@
 {
     return new MsnMainOptionsWidget(model, parent);
 }
-
-#include "haze-msn-account.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/haze/haze-myspaceim-account-ui.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/haze/haze-myspaceim-account-ui.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/haze/haze-myspaceim-account-ui.cpp     
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/haze/haze-myspaceim-account-ui.cpp     
2022-04-12 23:11:11.000000000 +0200
@@ -59,5 +59,3 @@
     AbstractAccountParametersWidget *myspaceimAdvancedSettingsWidget = new 
MySpaceIMAdvancedSettingsWidget(model, parent);
     return myspaceimAdvancedSettingsWidget;
 }
-
-#include "haze-myspaceim-account-ui.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/haze/haze-sipe-account.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/haze/haze-sipe-account.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/haze/haze-sipe-account.cpp     
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/haze/haze-sipe-account.cpp     
2022-04-12 23:11:11.000000000 +0200
@@ -67,5 +67,3 @@
     AbstractAccountParametersWidget *sipeAdvancedSettingsWidget = new 
SipeAdvancedSettingsWidget(model, parent);
     return sipeAdvancedSettingsWidget;
 }
-
-#include "haze-sipe-account.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/haze/haze-skype-account-ui.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/haze/haze-skype-account-ui.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/haze/haze-skype-account-ui.cpp 
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/haze/haze-skype-account-ui.cpp 
2022-04-12 23:11:11.000000000 +0200
@@ -61,6 +61,3 @@
     AbstractAccountParametersWidget *skypeAdvancedSettingsWidget = new 
SkypeAdvancedSettingsWidget(model, parent);
     return skypeAdvancedSettingsWidget;
 }
-
-
-#include "haze-skype-account-ui.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/haze/haze-skypeweb-account.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/haze/haze-skypeweb-account.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/haze/haze-skypeweb-account.cpp 
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/haze/haze-skypeweb-account.cpp 
2022-04-12 23:11:11.000000000 +0200
@@ -48,5 +48,3 @@
 {
     return false;
 }
-  
-#include "haze-skypeweb-account.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/haze/haze-steam-account.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/haze/haze-steam-account.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/haze/haze-steam-account.cpp    
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/haze/haze-steam-account.cpp    
2022-04-12 23:11:11.000000000 +0200
@@ -42,5 +42,3 @@
 {
     return new SteamMainOptionsWidget(model, parent);
 }
-
-#include "haze-steam-account.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/haze/haze-yahoo-account.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/haze/haze-yahoo-account.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/haze/haze-yahoo-account.cpp    
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/haze/haze-yahoo-account.cpp    
2022-04-12 23:11:11.000000000 +0200
@@ -59,5 +59,3 @@
     AbstractAccountParametersWidget* yahooserversettings = new 
YahooServerSettingsWidget(model, parent);
     return yahooserversettings;
 }
-
-#include "haze-yahoo-account.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/haze/icq-main-options-widget.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/haze/icq-main-options-widget.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/haze/icq-main-options-widget.cpp       
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/haze/icq-main-options-widget.cpp       
2022-04-12 23:11:11.000000000 +0200
@@ -42,5 +42,3 @@
 {
     return m_ui->accountLineEdit->text();
 }
-
-#include "icq-main-options-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/haze/icq-server-settings-widget.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/haze/icq-server-settings-widget.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/haze/icq-server-settings-widget.cpp    
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/haze/icq-server-settings-widget.cpp    
2022-04-12 23:11:11.000000000 +0200
@@ -64,5 +64,3 @@
         
parameterModel()->indexForParameter(parameterModel()->parameter(QLatin1String("charset"))),
         name, ParameterEditModel::ValueRole);
 }
-
-#include "icq-server-settings-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/haze/msn-main-options-widget.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/haze/msn-main-options-widget.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/haze/msn-main-options-widget.cpp       
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/haze/msn-main-options-widget.cpp       
2022-04-12 23:11:11.000000000 +0200
@@ -42,5 +42,3 @@
 {
     return m_ui->accountLineEdit->text();
 }
-
-#include "msn-main-options-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/haze/myspaceim-advanced-settings-widget.cpp
 
new/ktp-accounts-kcm-22.04.0/plugins/haze/myspaceim-advanced-settings-widget.cpp
--- 
old/ktp-accounts-kcm-21.12.3/plugins/haze/myspaceim-advanced-settings-widget.cpp
    2022-02-27 18:52:46.000000000 +0100
+++ 
new/ktp-accounts-kcm-22.04.0/plugins/haze/myspaceim-advanced-settings-widget.cpp
    2022-04-12 23:11:11.000000000 +0200
@@ -37,5 +37,3 @@
 {
     delete m_ui;
 }
-
-#include "myspaceim-advanced-settings-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/haze/myspaceim-main-options-widget.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/haze/myspaceim-main-options-widget.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/haze/myspaceim-main-options-widget.cpp 
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/haze/myspaceim-main-options-widget.cpp 
2022-04-12 23:11:11.000000000 +0200
@@ -42,5 +42,3 @@
 {
     return m_ui->accountLineEdit->text();
 }
-
-#include "myspaceim-main-options-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/haze/sipe-advanced-settings-widget.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/haze/sipe-advanced-settings-widget.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/haze/sipe-advanced-settings-widget.cpp 
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/haze/sipe-advanced-settings-widget.cpp 
2022-04-12 23:11:11.000000000 +0200
@@ -46,5 +46,3 @@
 {
     delete m_ui;
 }
-
-#include "sipe-advanced-settings-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/haze/sipe-main-options-widget.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/haze/sipe-main-options-widget.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/haze/sipe-main-options-widget.cpp      
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/haze/sipe-main-options-widget.cpp      
2022-04-12 23:11:11.000000000 +0200
@@ -42,5 +42,3 @@
 {
     return m_ui->accountLineEdit->text();
 }
-
-#include "sipe-main-options-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/haze/skype-advanced-settings-widget.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/haze/skype-advanced-settings-widget.cpp
--- 
old/ktp-accounts-kcm-21.12.3/plugins/haze/skype-advanced-settings-widget.cpp    
    2022-02-27 18:52:46.000000000 +0100
+++ 
new/ktp-accounts-kcm-22.04.0/plugins/haze/skype-advanced-settings-widget.cpp    
    2022-04-12 23:11:11.000000000 +0200
@@ -39,5 +39,3 @@
 {
     delete m_ui;
 }
-
-#include "skype-advanced-settings-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/haze/skype-main-options-widget.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/haze/skype-main-options-widget.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/haze/skype-main-options-widget.cpp     
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/haze/skype-main-options-widget.cpp     
2022-04-12 23:11:11.000000000 +0200
@@ -59,5 +59,3 @@
 {
     return m_ui->accountLineEdit->text();
 }
-
-#include "skype-main-options-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/haze/skypeweb-options-widget.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/haze/skypeweb-options-widget.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/haze/skypeweb-options-widget.cpp       
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/haze/skypeweb-options-widget.cpp       
2022-04-12 23:11:11.000000000 +0200
@@ -42,5 +42,3 @@
 {
     return m_ui->accountLineEdit->text();
 }
-
-#include "skypeweb-options-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/haze/steam-main-options-widget.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/haze/steam-main-options-widget.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/haze/steam-main-options-widget.cpp     
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/haze/steam-main-options-widget.cpp     
2022-04-12 23:11:11.000000000 +0200
@@ -43,5 +43,3 @@
 {
     return m_ui->accountLineEdit->text();
 }
-
-#include "steam-main-options-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/haze/yahoo-main-options-widget.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/haze/yahoo-main-options-widget.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/haze/yahoo-main-options-widget.cpp     
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/haze/yahoo-main-options-widget.cpp     
2022-04-12 23:11:11.000000000 +0200
@@ -64,5 +64,3 @@
 {
     return m_ui->accountLineEdit->text();
 }
-
-#include "yahoo-main-options-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/haze/yahoo-server-settings-widget.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/haze/yahoo-server-settings-widget.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/haze/yahoo-server-settings-widget.cpp  
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/haze/yahoo-server-settings-widget.cpp  
2022-04-12 23:11:11.000000000 +0200
@@ -52,5 +52,3 @@
 {
     delete m_ui;
 }
-
-#include "yahoo-server-settings-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-accounts-kcm-21.12.3/plugins/idle/CMakeLists.txt 
new/ktp-accounts-kcm-22.04.0/plugins/idle/CMakeLists.txt
--- old/ktp-accounts-kcm-21.12.3/plugins/idle/CMakeLists.txt    2022-02-27 
18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/idle/CMakeLists.txt    2022-04-12 
23:11:11.000000000 +0200
@@ -1,9 +1,5 @@
 project (ktpaccountskcm-plugin-idle)
 
-include_directories (${CMAKE_CURRENT_BINARY_DIR}
-                     ${CMAKE_CURRENT_SOURCE_DIR}
-)
-
 set (ktpaccountskcm_plugin_idle_SRCS
      idle-account-ui-plugin.cpp
      idle-account-ui.cpp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/idle/advanced-options-widget.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/idle/advanced-options-widget.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/idle/advanced-options-widget.cpp       
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/idle/advanced-options-widget.cpp       
2022-04-12 23:11:11.000000000 +0200
@@ -40,5 +40,3 @@
 {
     delete m_ui;
 }
-
-#include "advanced-options-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/idle/idle-account-ui.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/idle/idle-account-ui.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/idle/idle-account-ui.cpp       
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/idle/idle-account-ui.cpp       
2022-04-12 23:11:11.000000000 +0200
@@ -61,5 +61,3 @@
 {
     return new AdvancedOptionsWidget(model, parent);
 }
-
-#include "idle-account-ui.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/idle/main-options-widget.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/idle/main-options-widget.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/idle/main-options-widget.cpp   
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/idle/main-options-widget.cpp   
2022-04-12 23:11:11.000000000 +0200
@@ -54,5 +54,3 @@
     }
     return displayName;
 }
-
-#include "main-options-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/kaccounts/CMakeLists.txt 
new/ktp-accounts-kcm-22.04.0/plugins/kaccounts/CMakeLists.txt
--- old/ktp-accounts-kcm-21.12.3/plugins/kaccounts/CMakeLists.txt       
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/kaccounts/CMakeLists.txt       
2022-04-12 23:11:11.000000000 +0200
@@ -1,10 +1,8 @@
 project (ktpaccountskcm-plugin-kaccounts)
 
-include_directories (${CMAKE_CURRENT_BINARY_DIR}
-                     ${CMAKE_CURRENT_SOURCE_DIR}
-                     ${ACCOUNTSQT_INCLUDE_DIRS}
-                     ${SIGNONQT_INCLUDE_DIRS}
-
+include_directories (
+    ${ACCOUNTSQT_INCLUDE_DIRS}
+    ${SIGNONQT_INCLUDE_DIRS}
 )
 
 add_definitions(-DTRANSLATION_DOMAIN=\"kcm_ktp_accounts\")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/morse/main-options-widget.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/morse/main-options-widget.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/morse/main-options-widget.cpp  
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/morse/main-options-widget.cpp  
2022-04-12 23:11:11.000000000 +0200
@@ -44,5 +44,3 @@
 {
     return i18nc("name of the IM service Telegram", "Telegram (%1)", 
m_ui->accountLineEdit->text());
 }
-
-#include "main-options-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/morse/telegram-account-ui.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/morse/telegram-account-ui.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/morse/telegram-account-ui.cpp  
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/morse/telegram-account-ui.cpp  
2022-04-12 23:11:11.000000000 +0200
@@ -40,5 +40,3 @@
 {
     return new MainOptionsWidget(model, parent);
 }
-
-#include "telegram-account-ui.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/salut/CMakeLists.txt 
new/ktp-accounts-kcm-22.04.0/plugins/salut/CMakeLists.txt
--- old/ktp-accounts-kcm-21.12.3/plugins/salut/CMakeLists.txt   2022-02-27 
18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/salut/CMakeLists.txt   2022-04-12 
23:11:11.000000000 +0200
@@ -1,9 +1,5 @@
 project (ktpaccountskcm-plugin-salut)
 
-include_directories (${CMAKE_CURRENT_BINARY_DIR}
-                     ${CMAKE_CURRENT_SOURCE_DIR}
-)
-
 set (ktpaccountskcm_plugin_salut_SRCS
      salut-account-ui-plugin.cpp
      salut-account-ui.cpp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/salut/salut-account-ui.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/salut/salut-account-ui.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/salut/salut-account-ui.cpp     
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/salut/salut-account-ui.cpp     
2022-04-12 23:11:11.000000000 +0200
@@ -64,5 +64,3 @@
 
     return aowidget;
 }
-
-#include "salut-account-ui.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/salut/salut-advanced-options-widget.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/salut/salut-advanced-options-widget.cpp
--- 
old/ktp-accounts-kcm-21.12.3/plugins/salut/salut-advanced-options-widget.cpp    
    2022-02-27 18:52:46.000000000 +0100
+++ 
new/ktp-accounts-kcm-22.04.0/plugins/salut/salut-advanced-options-widget.cpp    
    2022-04-12 23:11:11.000000000 +0200
@@ -38,5 +38,3 @@
 {
     delete m_ui;
 }
-
-#include "salut-advanced-options-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/salut/salut-main-options-widget.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/salut/salut-main-options-widget.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/salut/salut-main-options-widget.cpp    
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/salut/salut-main-options-widget.cpp    
2022-04-12 23:11:11.000000000 +0200
@@ -87,5 +87,3 @@
 
     return displayName;
 }
-
-#include "salut-main-options-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-accounts-kcm-21.12.3/plugins/sipe/CMakeLists.txt 
new/ktp-accounts-kcm-22.04.0/plugins/sipe/CMakeLists.txt
--- old/ktp-accounts-kcm-21.12.3/plugins/sipe/CMakeLists.txt    2022-02-27 
18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/sipe/CMakeLists.txt    2022-04-12 
23:11:11.000000000 +0200
@@ -1,9 +1,5 @@
 project (ktpaccountskcm-plugin-sipe)
 
-include_directories (${CMAKE_CURRENT_BINARY_DIR}
-                     ${CMAKE_CURRENT_SOURCE_DIR}
-)
-
 add_definitions(-DTRANSLATION_DOMAIN=\"kcmtelepathyaccounts_plugin_sipe\")
 
 set (ktpaccountskcm_plugin_sipe_SRCS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/sipe/sipe-account-ui.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/sipe/sipe-account-ui.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/sipe/sipe-account-ui.cpp       
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/sipe/sipe-account-ui.cpp       
2022-04-12 23:11:11.000000000 +0200
@@ -61,5 +61,3 @@
     AbstractAccountParametersWidget *sipeAdvancedOptionsWidget = new 
SipeAdvancedOptionsWidget(model, parent);
     return sipeAdvancedOptionsWidget;
 }
-
-#include "sipe-account-ui.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/sipe/sipe-advanced-options-widget.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/sipe/sipe-advanced-options-widget.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/sipe/sipe-advanced-options-widget.cpp  
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/sipe/sipe-advanced-options-widget.cpp  
2022-04-12 23:11:11.000000000 +0200
@@ -42,5 +42,3 @@
 {
     delete m_ui;
 }
-
-#include "sipe-advanced-options-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/sipe/sipe-main-options-widget.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/sipe/sipe-main-options-widget.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/sipe/sipe-main-options-widget.cpp      
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/sipe/sipe-main-options-widget.cpp      
2022-04-12 23:11:11.000000000 +0200
@@ -67,5 +67,3 @@
         parameterModel()->setData(index, account, Qt::EditRole);
     }
 }
-
-#include "sipe-main-options-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/sunshine/CMakeLists.txt 
new/ktp-accounts-kcm-22.04.0/plugins/sunshine/CMakeLists.txt
--- old/ktp-accounts-kcm-21.12.3/plugins/sunshine/CMakeLists.txt        
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/sunshine/CMakeLists.txt        
2022-04-12 23:11:11.000000000 +0200
@@ -1,9 +1,5 @@
 project (ktpaccountskcm-plugin-sunshine)
 
-include_directories (${CMAKE_CURRENT_BINARY_DIR}
-                     ${CMAKE_CURRENT_SOURCE_DIR}
-)
-
 add_definitions(-DTRANSLATION_DOMAIN=\"ktpaccountskcm_plugin_sunshine\")
 
 set (ktpaccountskcm_plugin_sunshine_SRCS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/sunshine/sunshine-account-ui.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/sunshine/sunshine-account-ui.cpp
--- old/ktp-accounts-kcm-21.12.3/plugins/sunshine/sunshine-account-ui.cpp       
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/plugins/sunshine/sunshine-account-ui.cpp       
2022-04-12 23:11:11.000000000 +0200
@@ -68,5 +68,3 @@
 
     return aowidget;
 }
-
-#include "sunshine-account-ui.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/sunshine/sunshine-advanced-options-widget.cpp
 
new/ktp-accounts-kcm-22.04.0/plugins/sunshine/sunshine-advanced-options-widget.cpp
--- 
old/ktp-accounts-kcm-21.12.3/plugins/sunshine/sunshine-advanced-options-widget.cpp
  2022-02-27 18:52:46.000000000 +0100
+++ 
new/ktp-accounts-kcm-22.04.0/plugins/sunshine/sunshine-advanced-options-widget.cpp
  2022-04-12 23:11:11.000000000 +0200
@@ -49,5 +49,3 @@
 {
     delete m_ui;
 }
-
-#include "sunshine-advanced-options-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/plugins/sunshine/sunshine-main-options-widget.cpp 
new/ktp-accounts-kcm-22.04.0/plugins/sunshine/sunshine-main-options-widget.cpp
--- 
old/ktp-accounts-kcm-21.12.3/plugins/sunshine/sunshine-main-options-widget.cpp  
    2022-02-27 18:52:46.000000000 +0100
+++ 
new/ktp-accounts-kcm-22.04.0/plugins/sunshine/sunshine-main-options-widget.cpp  
    2022-04-12 23:11:11.000000000 +0200
@@ -44,5 +44,3 @@
 {
     return m_ui->accountLineEdit->text();
 }
-
-#include "sunshine-main-options-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/po/ca@valencia/kcm_ktp_accounts.po 
new/ktp-accounts-kcm-22.04.0/po/ca@valencia/kcm_ktp_accounts.po
--- old/ktp-accounts-kcm-21.12.3/po/ca@valencia/kcm_ktp_accounts.po     
2022-03-01 01:15:00.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/po/ca@valencia/kcm_ktp_accounts.po     
2022-04-15 02:19:36.000000000 +0200
@@ -62,13 +62,12 @@
 #: accounts-list-delegate.cpp:71
 #, kde-format
 msgid ""
-"This button allows you to change the icon for your account.<br />This icon "
-"is just used locally on your computer, your contacts will not be able to see "
-"it."
+"This button allows you to change the icon for your account.<br />This icon is 
"
+"just used locally on your computer, your contacts will not be able to see it."
 msgstr ""
-"Aquest bot?? permet canviar la icona del vostre compte.<br />Aquesta icona "
-"nom??s s'usa localment en el vostre ordinador, els vostres contactes no "
-"podran veure-la."
+"Este bot?? permet canviar la icona del vostre compte.<br />Esta icona nom??s "
+"s'usa localment en el vostre ordinador, els vostres contactes no podran 
veure-"
+"la."
 
 #: accounts-list-delegate.cpp:79
 #, kde-format
@@ -82,7 +81,7 @@
 "display name is an alias for your account and is just used locally on your "
 "computer, your contacts will not be able to see it."
 msgstr ""
-"Aquest bot?? permet canviar el nom a mostrar del vostre compte<br />El nom a "
+"Este bot?? permet canviar el nom a mostrar del vostre compte<br />El nom a "
 "mostrar ??s un ??lies per al compte i nom??s s'usa localment en el vostre "
 "ordinador, els contactes no podran veure'l."
 
@@ -114,24 +113,24 @@
 #: add-account-assistant.cpp:172
 #, kde-format
 msgid ""
-"To connect to this IM network, you need to install additional plugins. "
-"Please install the telepathy-haze and telepathy-gabble packages using your "
-"package manager."
+"To connect to this IM network, you need to install additional plugins. Please 
"
+"install the telepathy-haze and telepathy-gabble packages using your package "
+"manager."
 msgstr ""
-"Per a connectar amb aquesta xarxa de MI cal instal??lar connectors "
-"addicionals. Instal??leu els paquets ??telepathy-haze?? i 
??telepathy-gabble?? "
-"usant el gestor de paquets."
+"Per a connectar amb esta xarxa de MI cal instal??lar connectors addicionals. "
+"Instal??leu els paquets ??telepathy-haze?? i ??telepathy-gabble?? usant el 
gestor "
+"de paquets."
 
 #: add-account-assistant.cpp:172
 #, kde-format
 msgid "Missing Telepathy Connection Manager"
-msgstr "No es troba el gestor de connexions del Telepathy"
+msgstr "No es troba el gestor de connexions de Telepathy"
 
 #: add-account-assistant.cpp:208 add-account-assistant.cpp:257
 #: salut-enabler.cpp:243
 #, kde-format
 msgid "Failed to create account"
-msgstr "Ha fallat en crear el compte"
+msgstr "No s'ha pogut crear el compte"
 
 #: add-account-assistant.cpp:258 salut-enabler.cpp:244
 #, kde-format
@@ -141,7 +140,7 @@
 #: add-account-assistant.cpp:267 salut-enabler.cpp:253
 #, kde-format
 msgid "Something went wrong with Telepathy"
-msgstr "Ha ocorregut algun problema amb el Telepathy"
+msgstr "Ha ocorregut algun problema amb Telepathy"
 
 #: avatar-button.cpp:54
 #, kde-format
@@ -161,7 +160,7 @@
 #: avatar-button.cpp:155
 #, kde-format
 msgid "Failed to load avatar."
-msgstr "Ha fallat en carregar l'avatar."
+msgstr "No s'ha pogut carregar l'avatar."
 
 #: edit-display-name-button.cpp:61
 #, kde-format
@@ -240,11 +239,11 @@
 #: kcm-telepathy-accounts.cpp:266
 #, kde-format
 msgid ""
-"We have found Kopete logs for this account. Do you want to import the logs "
-"to KDE Telepathy?"
+"We have found Kopete logs for this account. Do you want to import the logs to 
"
+"KDE Telepathy?"
 msgstr ""
-"S'han trobat els registres del Kopete per a aquest compte. Voleu importar-"
-"los al Telepathy del KDE?"
+"S'han trobat els registres de Kopete per a este compte. Voleu importar-los a "
+"Telepathy de KDE?"
 
 #: kcm-telepathy-accounts.cpp:267
 #, kde-format
@@ -269,12 +268,12 @@
 #: kcm-telepathy-accounts.cpp:294 kcm-telepathy-accounts.cpp:303
 #, kde-format
 msgid "Kopete Logs Import"
-msgstr "Importaci?? dels registres del Kopete"
+msgstr "Importaci?? dels registres de Kopete"
 
 #: kcm-telepathy-accounts.cpp:303
 #, kde-format
 msgid "Kopete logs successfully imported"
-msgstr "Els registres del Kopete s'han importat correctament"
+msgstr "Els registres de Kopete s'han importat correctament"
 
 #. i18n: ectx: property (text), widget (KPushButton, removeAccountButton)
 #: kcm-telepathy-accounts.cpp:405 kcm-telepathy-accounts.cpp:406
@@ -291,12 +290,12 @@
 #: kcm-telepathy-accounts.cpp:410
 #, kde-format
 msgid "Are you sure you want to remove the account \"%1\"?"
-msgstr "Esteu segur que voleu eliminar el compte ??%1???"
+msgstr "Segur que voleu eliminar el compte ??%1???"
 
 #: kcm-telepathy-accounts.cpp:492
 #, kde-format
 msgid "Install telepathy-salut to enable"
-msgstr "Instal??leu el ??telepathy-salut?? per a activar-ho"
+msgstr "Instal??leu ??telepathy-salut?? per a activar-ho"
 
 #: kcm-telepathy-accounts.cpp:534
 #, kde-format
@@ -305,10 +304,10 @@
 "It is likely your system is missing Telepathy Mission Control package.\n"
 "Please install it and restart this module."
 msgstr ""
-"Alguna cosa ha anat molt malament i no s'ha pogut inicialitzar el sistema de "
+"Alguna cosa ha anat molt malament i no s'ha pogut restablir el sistema de "
 "MI.\n"
 "Probablement no s'ha trobat el paquet ??Telepathy Mission Control??.\n"
-"Instal??leu-lo i torneu a iniciar aquest m??dul."
+"Instal??leu-lo i torneu a iniciar este m??dul."
 
 #: KCMTelepathyAccounts/abstract-account-parameters-widget.cpp:59
 #, kde-format
@@ -384,7 +383,7 @@
 #: KCMTelepathyAccounts/dictionary.cpp:43
 #, kde-format
 msgid "Require Encryption"
-msgstr "Requereix encriptatge"
+msgstr "Requereix encriptaci??"
 
 #: KCMTelepathyAccounts/dictionary.cpp:44
 #, kde-format
@@ -441,8 +440,7 @@
 msgid "AOL Instant Messenger"
 msgstr "Missatgeria instant??nia AOL"
 
-#: KCMTelepathyAccounts/dictionary.cpp:57
-#: KCMTelepathyAccounts/dictionary.cpp:63
+#: KCMTelepathyAccounts/dictionary.cpp:57 
KCMTelepathyAccounts/dictionary.cpp:63
 #, kde-format
 msgid "Skype"
 msgstr "Skype"
@@ -579,32 +577,32 @@
 #: KCMTelepathyAccounts/validated-line-edit.cpp:100
 #, kde-format
 msgid "This field is required"
-msgstr "Es requereix aquest camp"
+msgstr "Es requereix este camp"
 
 #: KCMTelepathyAccounts/validated-line-edit.cpp:121
 #, kde-format
 msgid "This field should not be empty"
-msgstr "Aquest camp no pot estar buit"
+msgstr "Este camp no pot estar buit"
 
 #: KCMTelepathyAccounts/validated-line-edit.cpp:125
 #, kde-format
 msgid "This field should contain an email address"
-msgstr "Aquest camp ha de contindre una adre??a de correu electr??nic"
+msgstr "Este camp ha de contindre una adre??a de correu electr??nic"
 
 #: KCMTelepathyAccounts/validated-line-edit.cpp:129
 #, kde-format
 msgid "This field should contain a hostname"
-msgstr "Aquest camp ha de contindre un nom de servidor"
+msgstr "Este camp ha de contindre un nom de servidor"
 
 #: KCMTelepathyAccounts/validated-line-edit.cpp:133
 #, kde-format
 msgid "This field should contain an IP address"
-msgstr "Aquest camp ha de contindre una adre??a IP"
+msgstr "Este camp ha de contindre una adre??a IP"
 
 #: KCMTelepathyAccounts/validated-line-edit.cpp:178
 #, kde-format
 msgid "This field is valid"
-msgstr "Aquest camp ??s v??lid"
+msgstr "Este camp ??s v??lid"
 
 #. i18n: ectx: property (text), widget (QLabel, salutEnableLabel)
 #: main-widget.ui:80
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/po/ca@valencia/kcmtelepathyaccounts_plugin_gabble.po
 
new/ktp-accounts-kcm-22.04.0/po/ca@valencia/kcmtelepathyaccounts_plugin_gabble.po
--- 
old/ktp-accounts-kcm-21.12.3/po/ca@valencia/kcmtelepathyaccounts_plugin_gabble.po
   2022-03-01 01:15:00.000000000 +0100
+++ 
new/ktp-accounts-kcm-22.04.0/po/ca@valencia/kcmtelepathyaccounts_plugin_gabble.po
   2022-04-15 02:19:36.000000000 +0200
@@ -65,10 +65,10 @@
 "Use <a href=\"http://www.facebook.com/username/\";>this page</a> to choose a "
 "Facebook username."
 msgstr ""
-"Aquest ??s el vostre nom d'usuari, no el d'inici de sessi?? al 
Facebook.<br/>\n"
+"Este ??s el vostre nom d'usuari, no el d'inici de sessi?? a Facebook.<br/>\n"
 "Si sou facebook.com/<b>badger</b>, introdu??u <b>badger</b>.<br/>\n"
-"Useu <a href=\"http://www.facebook.com/username/\";>aquesta p??gina</a> per a "
-"seleccionar un nom d'usuari del Facebook."
+"Utilitzeu <a href=\"http://www.facebook.com/username/\";>esta p??gina</a> per 
a "
+"seleccionar un nom d'usuari de Facebook."
 
 #. i18n: ectx: property (text), widget (QLabel, accountLabel)
 #: main-options-widget-googletalk.ui:29
@@ -80,7 +80,7 @@
 #: main-options-widget-kde-talk.ui:22
 #, kde-format
 msgid "KDE Talk ID:"
-msgstr "ID Talk del KDE:"
+msgstr "ID Talk de KDE:"
 
 #. i18n: ectx: property (text), widget (QLabel, label)
 #: main-options-widget-kde-talk.ui:37
@@ -121,7 +121,7 @@
 #: proxy-settings-widget.ui:20
 #, kde-format
 msgid "STUN Server Settings"
-msgstr "Arranjament del servidor STUN"
+msgstr "Configuraci?? del servidor STUN"
 
 #. i18n: ectx: property (text), widget (QLabel, stunServerLabel)
 #: proxy-settings-widget.ui:28
@@ -148,7 +148,7 @@
 #: proxy-settings-widget.ui:85
 #, kde-format
 msgid "Proxy Settings"
-msgstr "Arranjament del servidor intermediari"
+msgstr "Configuraci?? del servidor intermediari"
 
 #. i18n: ectx: property (text), widget (QLabel, httpsProxyServerLabel)
 #: proxy-settings-widget.ui:93
@@ -166,10 +166,10 @@
 #: proxy-settings-widget.ui:130
 #, kde-format
 msgid ""
-"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/";
-"REC-html40/strict.dtd\">\n"
-"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css"
-"\">\n"
+"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" 
\"http://www.w3.org/TR/REC-";
+"html40/strict.dtd\">\n"
+"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/"
+"css\">\n"
 "p, li { white-space: pre-wrap; }\n"
 "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-"
 "weight:400; font-style:normal;\">\n"
@@ -177,10 +177,10 @@
 "margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></"
 "p></body></html>"
 msgstr ""
-"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/";
-"REC-html40/strict.dtd\">\n"
-"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css"
-"\">\n"
+"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" 
\"http://www.w3.org/TR/REC-";
+"html40/strict.dtd\">\n"
+"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/"
+"css\">\n"
 "p, li { white-space: pre-wrap; }\n"
 "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-"
 "weight:400; font-style:normal;\">\n"
@@ -192,7 +192,7 @@
 #: proxy-settings-widget.ui:143
 #, kde-format
 msgid "Conference Server Settings"
-msgstr "Arranjament del servidor de confer??ncies"
+msgstr "Configuraci?? del servidor de confer??ncies"
 
 #. i18n: ectx: property (text), widget (QLabel, fallbackConferenceServerLabel)
 #: proxy-settings-widget.ui:151
@@ -205,13 +205,13 @@
 #: server-settings-widget.ui:14 server-settings-widget.ui:63
 #, kde-format
 msgid "Connection Settings"
-msgstr "Arranjament de la connexi??"
+msgstr "Configuraci?? de la connexi??"
 
 #. i18n: ectx: property (title), widget (QGroupBox, serverGroupBox)
 #: server-settings-widget.ui:20
 #, kde-format
 msgid "Server Settings"
-msgstr "Arranjament del servidor"
+msgstr "Configuraci?? del servidor"
 
 #. i18n: ectx: property (text), widget (QLabel, serverLabel)
 #: server-settings-widget.ui:26
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/po/ca@valencia/kcmtelepathyaccounts_plugin_haze.po 
new/ktp-accounts-kcm-22.04.0/po/ca@valencia/kcmtelepathyaccounts_plugin_haze.po
--- 
old/ktp-accounts-kcm-21.12.3/po/ca@valencia/kcmtelepathyaccounts_plugin_haze.po 
    2022-03-01 01:15:00.000000000 +0100
+++ 
new/ktp-accounts-kcm-22.04.0/po/ca@valencia/kcmtelepathyaccounts_plugin_haze.po 
    2022-04-15 02:19:36.000000000 +0200
@@ -106,13 +106,13 @@
 #: aim-server-settings-widget.ui:82
 #, kde-format
 msgid "Encryption:"
-msgstr "Encriptatge:"
+msgstr "Encriptaci??:"
 
 #. i18n: ectx: property (text), widget (QCheckBox, rvProxy)
 #: aim-server-settings-widget.ui:92
 #, kde-format
 msgid "Always use AIM proxy"
-msgstr "Usa sempre un servidor intermediari AIM"
+msgstr "Utilitza sempre un servidor intermediari AIM"
 
 #. i18n: ectx: property (text), widget (QLabel, otherHeadlineLabel)
 #: aim-server-settings-widget.ui:108 icq-server-settings-widget.ui:114
@@ -125,7 +125,7 @@
 #: aim-server-settings-widget.ui:115
 #, kde-format
 msgid "Use clientLogin"
-msgstr "Usa clientLogin"
+msgstr "Utilitza clientLogin"
 
 #. i18n: ectx: property (text), widget (QCheckBox, multipleLogins)
 #: aim-server-settings-widget.ui:122
@@ -156,13 +156,13 @@
 #: icq-server-settings-widget.ui:14
 #, kde-format
 msgid "Connection Settings"
-msgstr "Arranjament de la connexi??"
+msgstr "Configuraci?? de la connexi??"
 
 #. i18n: ectx: property (text), widget (QCheckBox, useSslCheckBox)
 #: icq-server-settings-widget.ui:87
 #, kde-format
 msgid "Use SSL"
-msgstr "Usa SSL"
+msgstr "Utilitza SSL"
 
 #. i18n: ectx: property (text), widget (QCheckBox, allowMultipleLoginsCheckBox)
 #: icq-server-settings-widget.ui:94
@@ -174,7 +174,7 @@
 #: icq-server-settings-widget.ui:121
 #, kde-format
 msgid "Always use RV-Proxy"
-msgstr "Usa sempre RV-Proxy"
+msgstr "Utilitza sempre RV-Proxy"
 
 #. i18n: ectx: property (text), widget (QLabel, charsetLabel)
 #: icq-server-settings-widget.ui:128
@@ -314,7 +314,7 @@
 #: skype-advanced-settings-widget.ui:59
 #, kde-format
 msgid "Auto-start Skype if not running"
-msgstr "Engega autom??ticament l'Skype si no s'est?? executant"
+msgstr "Inicia autom??ticament l'Skype si no s'est?? executant"
 
 #. i18n: ectx: property (text), widget (QLabel, accountLabel)
 #: skype-main-options-widget.ui:37
@@ -384,7 +384,7 @@
 #: yahoo-server-settings-widget.ui:159
 #, kde-format
 msgid "Use SSL on proxy"
-msgstr "Usa SSL en el servidor intermediari"
+msgstr "Utilitza SSL en el servidor intermediari"
 
 #. i18n: ectx: property (text), widget (QCheckBox, ignoreInvites)
 #: yahoo-server-settings-widget.ui:166
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/po/ca@valencia/kcmtelepathyaccounts_plugin_idle.po 
new/ktp-accounts-kcm-22.04.0/po/ca@valencia/kcmtelepathyaccounts_plugin_idle.po
--- 
old/ktp-accounts-kcm-21.12.3/po/ca@valencia/kcmtelepathyaccounts_plugin_idle.po 
    2022-03-01 01:15:00.000000000 +0100
+++ 
new/ktp-accounts-kcm-22.04.0/po/ca@valencia/kcmtelepathyaccounts_plugin_idle.po 
    2022-04-15 02:19:36.000000000 +0200
@@ -56,7 +56,7 @@
 #: advanced-options-widget.ui:99
 #, kde-format
 msgid "Use SSL?"
-msgstr "Uso SSL?"
+msgstr "Utilitzo SSL?"
 
 #. i18n: ectx: property (text), widget (QLabel, serverLabel)
 #: main-options-widget.ui:23
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/po/ca@valencia/kcmtelepathyaccounts_plugin_morse.po
 
new/ktp-accounts-kcm-22.04.0/po/ca@valencia/kcmtelepathyaccounts_plugin_morse.po
--- 
old/ktp-accounts-kcm-21.12.3/po/ca@valencia/kcmtelepathyaccounts_plugin_morse.po
    2022-03-01 01:15:00.000000000 +0100
+++ 
new/ktp-accounts-kcm-22.04.0/po/ca@valencia/kcmtelepathyaccounts_plugin_morse.po
    2022-04-15 02:19:36.000000000 +0200
@@ -38,8 +38,8 @@
 #, kde-format
 msgid "An authentication code will be texted to your phone on first login."
 msgstr ""
-"En entrar per primer cop s'enviar?? un missatge de text al vostre m??bil amb "
-"un codi d'autenticaci??."
+"En entrar per primer cop s'enviar?? un missatge de text al vostre m??bil amb 
un "
+"codi d'autenticaci??."
 
 #. i18n: ectx: property (text), widget (QLabel, accountLabel)
 #: main-options-widget.ui:43
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/po/ca@valencia/kcmtelepathyaccounts_plugin_rakia.po
 
new/ktp-accounts-kcm-22.04.0/po/ca@valencia/kcmtelepathyaccounts_plugin_rakia.po
--- 
old/ktp-accounts-kcm-21.12.3/po/ca@valencia/kcmtelepathyaccounts_plugin_rakia.po
    2022-03-01 01:15:00.000000000 +0100
+++ 
new/ktp-accounts-kcm-22.04.0/po/ca@valencia/kcmtelepathyaccounts_plugin_rakia.po
    2022-04-15 02:19:36.000000000 +0200
@@ -112,7 +112,7 @@
 #: rakia-advanced-options-widget.ui:124
 #, kde-format
 msgid "Custom STUN settings"
-msgstr "Arranjament personalitzat de l'STUN"
+msgstr "Configuraci?? personalitzat de l'STUN"
 
 #. i18n: ectx: property (text), widget (QLabel, stunServerLabel)
 #: rakia-advanced-options-widget.ui:136
@@ -160,7 +160,7 @@
 #: rakia-advanced-options-widget.ui:186
 #, kde-format
 msgid "Use Loose Routing"
-msgstr "Usa l'encaminament lliure"
+msgstr "Utilitza l'encaminament lliure"
 
 #. i18n: ectx: property (text), widget (QLabel, looseRoutingLabel)
 #: rakia-advanced-options-widget.ui:193
@@ -200,16 +200,16 @@
 #: rakia-advanced-options-widget.ui:242
 #, kde-format
 msgid ""
-"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/";
-"REC-html40/strict.dtd\">\n"
-"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css"
-"\">\n"
+"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" 
\"http://www.w3.org/TR/REC-";
+"html40/strict.dtd\">\n"
+"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/"
+"css\">\n"
 "p, li { white-space: pre-wrap; }\n"
 "</style></head><body style=\" font-family:'Ubuntu'; font-size:9pt; font-"
 "weight:400; font-style:normal;\">\n"
 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-"
-"right:0px; -qt-block-indent:0; text-indent:0px;\">Keepalive mechanism for "
-"SIP registration</p>\n"
+"right:0px; -qt-block-indent:0; text-indent:0px;\">Keepalive mechanism for SIP 
"
+"registration</p>\n"
 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-"
 "right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-"
 "weight:600;\">auto</span>: Keepalive management is up to the implementation</"
@@ -230,10 +230,10 @@
 "right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-"
 "weight:600;\">off</span>: Disable keepalive management</p></body></html>"
 msgstr ""
-"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/";
-"REC-html40/strict.dtd\">\n"
-"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css"
-"\">\n"
+"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" 
\"http://www.w3.org/TR/REC-";
+"html40/strict.dtd\">\n"
+"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/"
+"css\">\n"
 "p, li { white-space: pre-wrap; }\n"
 "</style></head><body style=\" font-family:'Ubuntu'; font-size:9pt; font-"
 "weight:400; font-style:normal;\">\n"
@@ -320,9 +320,9 @@
 "If left blank, your SIP URI will be shown to the receiver instead of your "
 "Alias."
 msgstr ""
-"Aquest ??lies s'usa en el SIMPLE, una extensi?? de missatgeria instant??nia 
per "
-"al SIP. Si es deixa en blanc, es mostrar?? el vostre URI del SIP al receptor "
-"en lloc del vostre ??lies."
+"Este ??lies s'usa en el SIMPLE, una extensi?? de missatgeria instant??nia per 
al "
+"SIP. Si es deixa en blanc, es mostrar?? el vostre URI del SIP al receptor en "
+"lloc del vostre ??lies."
 
 #. i18n: ectx: property (text), widget (QLabel, label)
 #: rakia-main-options-widget.ui:72
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/po/ca@valencia/kcmtelepathyaccounts_plugin_sunshine.po
 
new/ktp-accounts-kcm-22.04.0/po/ca@valencia/kcmtelepathyaccounts_plugin_sunshine.po
--- 
old/ktp-accounts-kcm-21.12.3/po/ca@valencia/kcmtelepathyaccounts_plugin_sunshine.po
 2022-03-01 01:15:00.000000000 +0100
+++ 
new/ktp-accounts-kcm-22.04.0/po/ca@valencia/kcmtelepathyaccounts_plugin_sunshine.po
 2022-04-15 02:19:36.000000000 +0200
@@ -25,7 +25,7 @@
 #: sunshine-advanced-options-widget.ui:17
 #, kde-format
 msgid "Custom Server Settings"
-msgstr "Arranjament personalitzat del servidor"
+msgstr "Configuraci?? personalitzat del servidor"
 
 #. i18n: ectx: property (text), widget (QLabel, serverLabel)
 #: sunshine-advanced-options-widget.ui:32
@@ -49,7 +49,7 @@
 #: sunshine-advanced-options-widget.ui:63
 #, kde-format
 msgid "Miscellaneous Settings"
-msgstr "Altres arranjaments"
+msgstr "Altres configuracions"
 
 #. i18n: ectx: property (text), widget (QLabel, exportContactsLabel)
 #: sunshine-advanced-options-widget.ui:72
@@ -73,7 +73,7 @@
 #: sunshine-advanced-options-widget.ui:93
 #, kde-format
 msgid "Use Transport Layer Security (TLS/SSL)"
-msgstr "Usa Transport Layer Security (TLS/SSL)"
+msgstr "Utilitza Transport Layer Security (TLS/SSL)"
 
 #. i18n: ectx: property (windowTitle), widget (QWidget, 
SunshineMainOptionsWidget)
 #: sunshine-main-options-widget.ui:14
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-accounts-kcm-21.12.3/po/pl/kcm_ktp_accounts.po 
new/ktp-accounts-kcm-22.04.0/po/pl/kcm_ktp_accounts.po
--- old/ktp-accounts-kcm-21.12.3/po/pl/kcm_ktp_accounts.po      2022-03-01 
01:15:00.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/po/pl/kcm_ktp_accounts.po      2022-04-15 
02:19:36.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 03:11+0200\n"
-"PO-Revision-Date: 2022-01-08 09:11+0100\n"
+"PO-Revision-Date: 2022-01-08 09:19+0100\n"
 "Last-Translator: ??ukasz Wojni??owicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
 "Language: pl\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/po/pl/kcmtelepathyaccounts_plugin_gabble.po 
new/ktp-accounts-kcm-22.04.0/po/pl/kcmtelepathyaccounts_plugin_gabble.po
--- old/ktp-accounts-kcm-21.12.3/po/pl/kcmtelepathyaccounts_plugin_gabble.po    
2022-03-01 01:15:00.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/po/pl/kcmtelepathyaccounts_plugin_gabble.po    
2022-04-15 02:19:36.000000000 +0200
@@ -1,14 +1,14 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# ??ukasz Wojni??owicz <[email protected]>, 2011, 2012, 2014, 2015, 
2022.
+# ??ukasz Wojni??owicz <[email protected]>, 2011, 2012, 2014, 2015, 
2021.
 # Marta Rybczy??ska <[email protected]>, 2013.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-03-28 16:10+0000\n"
-"PO-Revision-Date: 2022-01-08 09:06+0100\n"
+"PO-Revision-Date: 2021-12-30 13:26+0100\n"
 "Last-Translator: ??ukasz Wojni??owicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
 "Language: pl\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/po/pl/kcmtelepathyaccounts_plugin_haze.po 
new/ktp-accounts-kcm-22.04.0/po/pl/kcmtelepathyaccounts_plugin_haze.po
--- old/ktp-accounts-kcm-21.12.3/po/pl/kcmtelepathyaccounts_plugin_haze.po      
2022-03-01 01:15:00.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/po/pl/kcmtelepathyaccounts_plugin_haze.po      
2022-04-15 02:19:36.000000000 +0200
@@ -1,14 +1,14 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# ??ukasz Wojni??owicz <[email protected]>, 2011, 2012, 2014, 2016, 
2022.
+# ??ukasz Wojni??owicz <[email protected]>, 2011, 2012, 2014, 2016, 
2021.
 # Marta Rybczy??ska <[email protected]>, 2013.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-03-28 16:10+0000\n"
-"PO-Revision-Date: 2022-01-08 09:06+0100\n"
+"PO-Revision-Date: 2021-12-30 13:26+0100\n"
 "Last-Translator: ??ukasz Wojni??owicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
 "Language: pl\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/po/pl/kcmtelepathyaccounts_plugin_sipe.po 
new/ktp-accounts-kcm-22.04.0/po/pl/kcmtelepathyaccounts_plugin_sipe.po
--- old/ktp-accounts-kcm-21.12.3/po/pl/kcmtelepathyaccounts_plugin_sipe.po      
2022-03-01 01:15:00.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/po/pl/kcmtelepathyaccounts_plugin_sipe.po      
2022-04-15 02:19:36.000000000 +0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# ??ukasz Wojni??owicz <[email protected]>, 2014, 2022.
+# ??ukasz Wojni??owicz <[email protected]>, 2014, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 03:11+0200\n"
-"PO-Revision-Date: 2022-01-08 09:06+0100\n"
+"PO-Revision-Date: 2021-12-30 13:26+0100\n"
 "Last-Translator: ??ukasz Wojni??owicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
 "Language: pl\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/po/sk/kcmtelepathyaccounts_plugin_idle.po 
new/ktp-accounts-kcm-22.04.0/po/sk/kcmtelepathyaccounts_plugin_idle.po
--- old/ktp-accounts-kcm-21.12.3/po/sk/kcmtelepathyaccounts_plugin_idle.po      
2022-03-01 01:15:00.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/po/sk/kcmtelepathyaccounts_plugin_idle.po      
2022-04-15 02:19:37.000000000 +0200
@@ -1,19 +1,19 @@
 # translation of kcmtelepathyaccounts_plugin_idle.po to Slovak
 # Richard Fri?? <[email protected]>, 2012.
-# Roman Paholik <[email protected]>, 2021.
+# Roman Paholik <[email protected]>, 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: kcmtelepathyaccounts_plugin_idle\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-05 00:17+0000\n"
-"PO-Revision-Date: 2021-11-13 16:17+0100\n"
+"PO-Revision-Date: 2022-04-09 09:51+0200\n"
 "Last-Translator: Roman Paholik <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
 "Language: sk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 21.08.3\n"
+"X-Generator: Lokalize 21.12.3\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #. i18n: ectx: property (windowTitle), widget (QWidget, MainOptionsWidget)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/po/zh_CN/kcm_ktp_accounts.po 
new/ktp-accounts-kcm-22.04.0/po/zh_CN/kcm_ktp_accounts.po
--- old/ktp-accounts-kcm-21.12.3/po/zh_CN/kcm_ktp_accounts.po   2022-03-01 
01:15:01.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/po/zh_CN/kcm_ktp_accounts.po   2022-04-15 
02:19:37.000000000 +0200
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:11+0200\n"
-"PO-Revision-Date: 2022-02-26 05:19\n"
+"POT-Creation-Date: 2019-08-30 07:46+0200\n"
+"PO-Revision-Date: 2022-04-14 15:37\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/po/zh_CN/kcmtelepathyaccounts_plugin_butterfly.po 
new/ktp-accounts-kcm-22.04.0/po/zh_CN/kcmtelepathyaccounts_plugin_butterfly.po
--- 
old/ktp-accounts-kcm-21.12.3/po/zh_CN/kcmtelepathyaccounts_plugin_butterfly.po  
    2022-03-01 01:15:01.000000000 +0100
+++ 
new/ktp-accounts-kcm-22.04.0/po/zh_CN/kcmtelepathyaccounts_plugin_butterfly.po  
    2022-04-15 02:19:37.000000000 +0200
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:11+0200\n"
-"PO-Revision-Date: 2022-02-26 05:19\n"
+"POT-Creation-Date: 2019-08-30 07:46+0200\n"
+"PO-Revision-Date: 2022-04-14 15:37\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/po/zh_CN/kcmtelepathyaccounts_plugin_gabble.po 
new/ktp-accounts-kcm-22.04.0/po/zh_CN/kcmtelepathyaccounts_plugin_gabble.po
--- old/ktp-accounts-kcm-21.12.3/po/zh_CN/kcmtelepathyaccounts_plugin_gabble.po 
2022-03-01 01:15:01.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/po/zh_CN/kcmtelepathyaccounts_plugin_gabble.po 
2022-04-15 02:19:37.000000000 +0200
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-03-28 16:10+0000\n"
-"PO-Revision-Date: 2022-02-26 05:19\n"
+"POT-Creation-Date: 2021-03-28 13:53+0000\n"
+"PO-Revision-Date: 2022-04-14 15:37\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/po/zh_CN/kcmtelepathyaccounts_plugin_haze.po 
new/ktp-accounts-kcm-22.04.0/po/zh_CN/kcmtelepathyaccounts_plugin_haze.po
--- old/ktp-accounts-kcm-21.12.3/po/zh_CN/kcmtelepathyaccounts_plugin_haze.po   
2022-03-01 01:15:01.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/po/zh_CN/kcmtelepathyaccounts_plugin_haze.po   
2022-04-15 02:19:37.000000000 +0200
@@ -9,8 +9,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-03-28 16:10+0000\n"
-"PO-Revision-Date: 2022-02-26 05:19\n"
+"POT-Creation-Date: 2021-03-28 13:53+0000\n"
+"PO-Revision-Date: 2022-04-14 15:37\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/po/zh_CN/kcmtelepathyaccounts_plugin_idle.po 
new/ktp-accounts-kcm-22.04.0/po/zh_CN/kcmtelepathyaccounts_plugin_idle.po
--- old/ktp-accounts-kcm-21.12.3/po/zh_CN/kcmtelepathyaccounts_plugin_idle.po   
2022-03-01 01:15:01.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/po/zh_CN/kcmtelepathyaccounts_plugin_idle.po   
2022-04-15 02:19:37.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-05 00:17+0000\n"
-"PO-Revision-Date: 2022-02-26 05:19\n"
+"PO-Revision-Date: 2022-04-14 15:37\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/po/zh_CN/kcmtelepathyaccounts_plugin_morse.po 
new/ktp-accounts-kcm-22.04.0/po/zh_CN/kcmtelepathyaccounts_plugin_morse.po
--- old/ktp-accounts-kcm-21.12.3/po/zh_CN/kcmtelepathyaccounts_plugin_morse.po  
2022-03-01 01:15:01.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/po/zh_CN/kcmtelepathyaccounts_plugin_morse.po  
2022-04-15 02:19:37.000000000 +0200
@@ -6,8 +6,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:11+0200\n"
-"PO-Revision-Date: 2022-02-26 05:19\n"
+"POT-Creation-Date: 2019-08-30 07:46+0200\n"
+"PO-Revision-Date: 2022-04-14 15:37\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/po/zh_CN/kcmtelepathyaccounts_plugin_pintxo.po 
new/ktp-accounts-kcm-22.04.0/po/zh_CN/kcmtelepathyaccounts_plugin_pintxo.po
--- old/ktp-accounts-kcm-21.12.3/po/zh_CN/kcmtelepathyaccounts_plugin_pintxo.po 
2022-03-01 01:15:01.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/po/zh_CN/kcmtelepathyaccounts_plugin_pintxo.po 
2022-04-15 02:19:37.000000000 +0200
@@ -6,8 +6,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:11+0200\n"
-"PO-Revision-Date: 2022-02-26 05:19\n"
+"POT-Creation-Date: 2019-08-30 07:46+0200\n"
+"PO-Revision-Date: 2022-04-14 15:37\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/po/zh_CN/kcmtelepathyaccounts_plugin_rakia.po 
new/ktp-accounts-kcm-22.04.0/po/zh_CN/kcmtelepathyaccounts_plugin_rakia.po
--- old/ktp-accounts-kcm-21.12.3/po/zh_CN/kcmtelepathyaccounts_plugin_rakia.po  
2022-03-01 01:15:01.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/po/zh_CN/kcmtelepathyaccounts_plugin_rakia.po  
2022-04-15 02:19:37.000000000 +0200
@@ -8,8 +8,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:11+0200\n"
-"PO-Revision-Date: 2022-02-26 05:19\n"
+"POT-Creation-Date: 2019-08-30 07:46+0200\n"
+"PO-Revision-Date: 2022-04-14 15:37\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/po/zh_CN/kcmtelepathyaccounts_plugin_salut.po 
new/ktp-accounts-kcm-22.04.0/po/zh_CN/kcmtelepathyaccounts_plugin_salut.po
--- old/ktp-accounts-kcm-21.12.3/po/zh_CN/kcmtelepathyaccounts_plugin_salut.po  
2022-03-01 01:15:01.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/po/zh_CN/kcmtelepathyaccounts_plugin_salut.po  
2022-04-15 02:19:37.000000000 +0200
@@ -8,8 +8,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:11+0200\n"
-"PO-Revision-Date: 2022-02-26 05:19\n"
+"POT-Creation-Date: 2019-08-30 07:46+0200\n"
+"PO-Revision-Date: 2022-04-14 15:37\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/po/zh_CN/kcmtelepathyaccounts_plugin_sipe.po 
new/ktp-accounts-kcm-22.04.0/po/zh_CN/kcmtelepathyaccounts_plugin_sipe.po
--- old/ktp-accounts-kcm-21.12.3/po/zh_CN/kcmtelepathyaccounts_plugin_sipe.po   
2022-03-01 01:15:01.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/po/zh_CN/kcmtelepathyaccounts_plugin_sipe.po   
2022-04-15 02:19:37.000000000 +0200
@@ -6,8 +6,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:11+0200\n"
-"PO-Revision-Date: 2022-02-26 05:19\n"
+"POT-Creation-Date: 2019-08-30 07:46+0200\n"
+"PO-Revision-Date: 2022-04-14 15:37\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/po/zh_CN/kcmtelepathyaccounts_plugin_sunshine.po 
new/ktp-accounts-kcm-22.04.0/po/zh_CN/kcmtelepathyaccounts_plugin_sunshine.po
--- 
old/ktp-accounts-kcm-21.12.3/po/zh_CN/kcmtelepathyaccounts_plugin_sunshine.po   
    2022-03-01 01:15:01.000000000 +0100
+++ 
new/ktp-accounts-kcm-22.04.0/po/zh_CN/kcmtelepathyaccounts_plugin_sunshine.po   
    2022-04-15 02:19:37.000000000 +0200
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:11+0200\n"
-"PO-Revision-Date: 2022-02-26 05:19\n"
+"POT-Creation-Date: 2019-08-30 07:46+0200\n"
+"PO-Revision-Date: 2022-04-14 15:37\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-accounts-kcm-21.12.3/src/CMakeLists.txt 
new/ktp-accounts-kcm-22.04.0/src/CMakeLists.txt
--- old/ktp-accounts-kcm-21.12.3/src/CMakeLists.txt     2022-02-27 
18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/src/CMakeLists.txt     2022-04-12 
23:11:11.000000000 +0200
@@ -1,6 +1,3 @@
-include_directories (${CMAKE_CURRENT_BINARY_DIR}
-                     ${CMAKE_CURRENT_SOURCE_DIR}
-)
 
 configure_file(version.h.in ${CMAKE_CURRENT_BINARY_DIR}/version.h)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/CMakeLists.txt 
new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/CMakeLists.txt
--- old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/CMakeLists.txt        
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/CMakeLists.txt        
2022-04-12 23:11:11.000000000 +0200
@@ -1,9 +1,5 @@
 project (libktpaccountskcminternal)
 
-include_directories (${CMAKE_CURRENT_BINARY_DIR}
-                     ${CMAKE_CURRENT_SOURCE_DIR}
-)
-
 add_definitions (-DMAKE_KCM_TELEPATHY_ACCOUNTS_LIB)
 
 set (libktpaccountskcminternal_SRCS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/abstract-account-parameters-widget.cpp
 
new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/abstract-account-parameters-widget.cpp
--- 
old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/abstract-account-parameters-widget.cpp
        2022-02-27 18:52:46.000000000 +0100
+++ 
new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/abstract-account-parameters-widget.cpp
        2022-04-12 23:11:11.000000000 +0200
@@ -183,6 +183,3 @@
     qWarning() << "This method should be implemented by derived classes";
     return QString();
 }
-
-
-#include "abstract-account-parameters-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/abstract-account-ui-plugin.cpp
 
new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/abstract-account-ui-plugin.cpp
--- 
old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/abstract-account-ui-plugin.cpp
        2022-02-27 18:52:46.000000000 +0100
+++ 
new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/abstract-account-ui-plugin.cpp
        2022-04-12 23:11:11.000000000 +0200
@@ -64,6 +64,3 @@
     // Pair is not already added. Add it.
     d->providedProtocols.insertMulti(connectionManager, protocol);
 }
-
-
-#include "abstract-account-ui-plugin.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/abstract-account-ui.cpp 
new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/abstract-account-ui.cpp
--- 
old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/abstract-account-ui.cpp   
    2022-02-27 18:52:46.000000000 +0100
+++ 
new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/abstract-account-ui.cpp   
    2022-04-12 23:11:11.000000000 +0200
@@ -75,6 +75,3 @@
     // Add the parameter to the list.
     d->supportedParameters.insertMulti(name, type);
 }
-
-
-#include "abstract-account-ui.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/account-edit-widget.cpp 
new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/account-edit-widget.cpp
--- 
old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/account-edit-widget.cpp   
    2022-02-27 18:52:46.000000000 +0100
+++ 
new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/account-edit-widget.cpp   
    2022-04-12 23:11:11.000000000 +0200
@@ -301,5 +301,3 @@
     }
     return false;
 }
-
-#include "account-edit-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/feedback-widget.cpp 
new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/feedback-widget.cpp
--- old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/feedback-widget.cpp   
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/feedback-widget.cpp   
2022-04-12 23:11:11.000000000 +0200
@@ -60,5 +60,3 @@
     KMessageWidget::setText(text);
     this->animatedShow();
 }
-
-#include "feedback-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/generic-advanced-options-widget.cpp
 
new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/generic-advanced-options-widget.cpp
--- 
old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/generic-advanced-options-widget.cpp
   2022-02-27 18:52:46.000000000 +0100
+++ 
new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/generic-advanced-options-widget.cpp
   2022-04-12 23:11:11.000000000 +0200
@@ -87,6 +87,3 @@
     d->tabWidget->addTab(tab, label);
     d->widgets.append(tab);
 }
-
-
-#include "generic-advanced-options-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/parameter-edit-delegate.cpp
 
new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/parameter-edit-delegate.cpp
--- 
old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/parameter-edit-delegate.cpp
   2022-02-27 18:52:46.000000000 +0100
+++ 
new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/parameter-edit-delegate.cpp
   2022-04-12 23:11:11.000000000 +0200
@@ -218,6 +218,3 @@
 
     Q_EMIT dataChanged(index, QVariant(QString::number(value)), 
ParameterEditModel::ValueRole);
 }
-
-
-#include "parameter-edit-delegate.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/parameter-edit-model.cpp 
new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/parameter-edit-model.cpp
--- 
old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/parameter-edit-model.cpp  
    2022-02-27 18:52:46.000000000 +0100
+++ 
new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/parameter-edit-model.cpp  
    2022-04-12 23:11:11.000000000 +0200
@@ -308,7 +308,3 @@
 
     return true;
 }
-
-
-#include "parameter-edit-model.moc"
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/parameter-edit-widget.cpp 
new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/parameter-edit-widget.cpp
--- 
old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/parameter-edit-widget.cpp 
    2022-02-27 18:52:46.000000000 +0100
+++ 
new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/parameter-edit-widget.cpp 
    2022-04-12 23:11:11.000000000 +0200
@@ -76,5 +76,3 @@
     }
     return QString();
 }
-
-#include "parameter-edit-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/parameter-item.cpp 
new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/parameter-item.cpp
--- old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/parameter-item.cpp    
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/parameter-item.cpp    
2022-04-12 23:11:11.000000000 +0200
@@ -118,7 +118,3 @@
 {
     m_currentValue = value;
 }
-
-
-#include "parameter-item.moc"
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/plugin-manager.cpp 
new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/plugin-manager.cpp
--- old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/plugin-manager.cpp    
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/plugin-manager.cpp    
2022-04-12 23:11:11.000000000 +0200
@@ -101,6 +101,3 @@
 
     return nullptr;
 }
-
-
-#include "plugin-manager.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/profile-item.cpp 
new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/profile-item.cpp
--- old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/profile-item.cpp      
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/profile-item.cpp      
2022-04-12 23:11:11.000000000 +0200
@@ -88,5 +88,3 @@
 {
     m_icon = QIcon::fromTheme(profile()->iconName());
 }
-
-#include "profile-item.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/profile-list-model.cpp 
new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/profile-list-model.cpp
--- 
old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/profile-list-model.cpp    
    2022-02-27 18:52:46.000000000 +0100
+++ 
new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/profile-list-model.cpp    
    2022-04-12 23:11:11.000000000 +0200
@@ -222,6 +222,3 @@
     Q_UNUSED(op)
     populateList();
 }
-
-
-#include "profile-list-model.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/profile-select-widget.cpp 
new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/profile-select-widget.cpp
--- 
old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/profile-select-widget.cpp 
    2022-02-27 18:52:46.000000000 +0100
+++ 
new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/profile-select-widget.cpp 
    2022-04-12 23:11:11.000000000 +0200
@@ -113,6 +113,3 @@
 {
     Q_EMIT profileSelected(!selected.isEmpty());
 }
-
-
-#include "profile-select-widget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/simple-profile-select-widget.cpp
 
new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/simple-profile-select-widget.cpp
--- 
old/ktp-accounts-kcm-21.12.3/src/KCMTelepathyAccounts/simple-profile-select-widget.cpp
      2022-02-27 18:52:46.000000000 +0100
+++ 
new/ktp-accounts-kcm-22.04.0/src/KCMTelepathyAccounts/simple-profile-select-widget.cpp
      2022-04-12 23:11:11.000000000 +0200
@@ -105,6 +105,3 @@
 
     Q_EMIT profileChosen();
 }
-
-#include "simple-profile-select-widget.moc"
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-21.12.3/src/settings-im-and-voip.desktop 
new/ktp-accounts-kcm-22.04.0/src/settings-im-and-voip.desktop
--- old/ktp-accounts-kcm-21.12.3/src/settings-im-and-voip.desktop       
2022-02-27 18:52:46.000000000 +0100
+++ new/ktp-accounts-kcm-22.04.0/src/settings-im-and-voip.desktop       
2022-04-12 23:11:11.000000000 +0200
@@ -58,6 +58,7 @@
 X-KDE-Keywords[ca@valencia]=KTp,Xat,Telepathy, MI
 X-KDE-Keywords[cs]=KTp,Rozhovor, Telepathy, IM
 X-KDE-Keywords[da]=KTp,Chat, Telepathy, IM
+X-KDE-Keywords[de]=Instant Messaging, Messaging
 X-KDE-Keywords[el]=KTp,Chat, Telepathy, IM
 X-KDE-Keywords[en_GB]=KTp,Chat, Telepathy, IM
 X-KDE-Keywords[es]=KTp,Chat, Telepathy, IM

Reply via email to