Hello community,

here is the log from the commit of package libkgapi for openSUSE:Factory 
checked in at 2018-12-19 13:36:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkgapi (Old)
 and      /work/SRC/openSUSE:Factory/.libkgapi.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkgapi"

Wed Dec 19 13:36:54 2018 rev:40 rq:658480 version:18.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkgapi/libkgapi.changes        2018-11-12 
09:31:35.297984633 +0100
+++ /work/SRC/openSUSE:Factory/.libkgapi.new.28833/libkgapi.changes     
2018-12-19 13:36:58.936333771 +0100
@@ -1,0 +2,40 @@
+Fri Dec 14 06:09:18 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.12.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.0.php
+- Changes since 18.11.90:
+  * No code changes since 18.11.90
+
+-------------------------------------------------------------------
+Mon Dec 03 20:56:13 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.11.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12-rc.php
+- Changes since 18.11.80:
+  * No code changes since 18.11.80
+
+-------------------------------------------------------------------
+Tue Nov 20 06:22:56 UTC 2018 - Luca Beltrame <lbeltr...@kde.org>
+
+- Run spec-cleaner
+
+-------------------------------------------------------------------
+Tue Nov 20 05:57:20 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12-beta.php
+- Changes since 18.08.3:
+  * QT_NO_NARROWING_CONVERSIONS_IN_CONNECT is defined in kf5.51
+  * Fix minor EBN issues
+  * Relicense the XOAuth SASL plugin under LGPLv2.1+
+  * Make sure that it doesn't build with deprecated method
+  * Add more flags
+  * Fix warning
+
+-------------------------------------------------------------------
@@ -77 +117 @@
-  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+  * https://www.kde.org/announcements/announce-applications-18.08-beta.php
@@ -127 +167 @@
-  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+  * https://www.kde.org/announcements/announce-applications-18.04-rc.php
@@ -288 +328 @@
-  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+  * https://www.kde.org/announcements/announce-applications-17.08-rc.php
@@ -377 +417 @@
-  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+  * https://www.kde.org/announcements/announce-applications-17.04-beta.php

Old:
----
  libkgapi-18.08.3.tar.xz

New:
----
  libkgapi-18.12.0.tar.xz

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

Other differences:
------------------
++++++ libkgapi.spec ++++++
--- /var/tmp/diff_new_pack.hFjmI7/_old  2018-12-19 13:36:59.544332905 +0100
+++ /var/tmp/diff_new_pack.hFjmI7/_new  2018-12-19 13:36:59.548332899 +0100
@@ -16,17 +16,16 @@
 #
 
 
-%bcond_without lang
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
-
+%bcond_without lang
 Name:           libkgapi
-Version:        18.08.3
+Version:        18.12.0
 Release:        0
 Summary:        Extension for accessing your Google data
-License:        GPL-2.0-or-later
+License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          System/GUI/KDE
-Url:            http://www.kde.org
+URL:            http://www.kde.org
 Source0:        %{name}-%{version}.tar.xz
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  extra-cmake-modules >= 1.0.0
@@ -41,8 +40,7 @@
 BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5WebEngineWidgets) >= 5.6.0
 # It can only build on the same platforms as Qt Webengine
-ExclusiveArch:  %ix86 x86_64 %arm aarch64 mips mips64
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
 
 %description
 An extension for accessing some Google services, such as Google Calendar, 
Google Contacts and Google tasks.
@@ -74,8 +72,8 @@
 %package -n libKPimGAPICore5
 Summary:        Extension for accessing your Google data
 Group:          System/GUI/KDE
-Provides:       %{name} = %{version}
 Recommends:     %{name}-lang = %{version}
+Provides:       %{name} = %{version}
 
 %description -n libKPimGAPICore5
 An extension for accessing some Google services, such as Google Calendar, 
Google Contacts and Google tasks.
@@ -177,44 +175,36 @@
 %postun -n libKPimGAPITasks5 -p /sbin/ldconfig
 
 %files -n libKPimGAPIBlogger5
-%defattr(-,root,root)
-%doc LICENSE
+%license LICENSE
 %{_kf5_libdir}/libKPimGAPIBlogger.so.*
 
 %files -n libKPimGAPICalendar5
-%defattr(-,root,root)
-%doc LICENSE
+%license LICENSE
 %{_kf5_libdir}/libKPimGAPICalendar.so.*
 
 %files -n libKPimGAPIContacts5
-%defattr(-,root,root)
-%doc LICENSE
+%license LICENSE
 %{_kf5_libdir}/libKPimGAPIContacts.so.*
 
 %files -n libKPimGAPICore5
-%defattr(-,root,root)
-%doc LICENSE
+%license LICENSE
 %{_kf5_libdir}/libKPimGAPICore.so.*
 %config %{_kf5_configdir}/libkgapi.categories
 
 %files -n libKPimGAPIDrive5
-%defattr(-,root,root)
-%doc LICENSE
+%license LICENSE
 %{_kf5_libdir}/libKPimGAPIDrive.so.*
 
 %files -n libKPimGAPILatitude5
-%defattr(-,root,root)
-%doc LICENSE
+%license LICENSE
 %{_kf5_libdir}/libKPimGAPILatitude.so.*
 
 %files -n libKPimGAPIMaps5
-%defattr(-,root,root)
-%doc LICENSE
+%license LICENSE
 %{_kf5_libdir}/libKPimGAPIMaps.so.*
 
 %files -n libKPimGAPITasks5
-%defattr(-,root,root)
-%doc LICENSE
+%license LICENSE
 %{_kf5_libdir}/libKPimGAPITasks.so.*
 
 %files -n sasl2-kdexoauth2
@@ -223,8 +213,7 @@
 %{_kf5_libdir}/sasl2/libkdexoauth2.so*
 
 %files devel
-%defattr(-,root,root)
-%doc LICENSE
+%license LICENSE
 %{_includedir}/KPim/
 %{_kf5_cmakedir}/KPimGAPI/
 %{_kf5_libdir}/libKPimGAPIBlogger.so
@@ -246,7 +235,7 @@
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%doc LICENSE
+%license LICENSE
 %endif
 
 %changelog

++++++ libkgapi-18.08.3.tar.xz -> libkgapi-18.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/CMakeLists.txt 
new/libkgapi-18.12.0/CMakeLists.txt
--- old/libkgapi-18.08.3/CMakeLists.txt 2018-11-06 01:21:49.000000000 +0100
+++ new/libkgapi-18.12.0/CMakeLists.txt 2018-12-07 01:48:32.000000000 +0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.9.3")
+set(PIM_VERSION "5.10.0")
 
 set(KGAPI_LIB_VERSION ${PIM_VERSION})
 
 project(kgapi VERSION ${KGAPI_LIB_VERSION})
 
 # ECM setup
-set(KF5_VERSION "5.47.0")
+set(KF5_VERSION "5.51.0")
 
 find_package(ECM ${KF5_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -14,7 +14,7 @@
 include(GenerateExportHeader)
 include(ECMGenerateHeaders)
 include(ECMGeneratePriFile)
-include(CMakePackageConfigHelpers)
+
 include(ECMPoQmTools)
 include(ECMSetupVersion)
 include(FeatureSummary)
@@ -24,8 +24,8 @@
 
 
 
-set(KCALENDARCORE_LIB_VERSION "5.9.3")
-set(KCONTACTS_LIB_VERSION "5.9.3")
+set(KCALENDARCORE_LIB_VERSION "5.10.0")
+set(KCONTACTS_LIB_VERSION "5.10.0")
 
 ecm_setup_version(PROJECT
     VARIABLE_PREFIX KGAPI
@@ -56,9 +56,9 @@
 find_package(Sasl2)
 set_package_properties(Sasl2 PROPERTIES TYPE REQUIRED)
 
-add_definitions(-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT)
+
 add_definitions(-DQT_NO_URL_CAST_FROM_STRING)
-add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050800)
+add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
 
 ############## Targets ##############
 add_subdirectory(src)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/examples/staticmaps/main.cpp 
new/libkgapi-18.12.0/examples/staticmaps/main.cpp
--- old/libkgapi-18.08.3/examples/staticmaps/main.cpp   2018-10-26 
07:47:07.000000000 +0200
+++ new/libkgapi-18.12.0/examples/staticmaps/main.cpp   2018-12-03 
13:09:19.000000000 +0100
@@ -18,7 +18,7 @@
     License along with this library.  If not, see 
<http://www.gnu.org/licenses/>.
 */
 
-#include <QtGui/QApplication>
+#include <QApplication>
 
 #include "mainwindow.h"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/ar/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/ar/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/ar/libkgapi_qt.po 2018-11-06 01:21:48.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/ar/libkgapi_qt.po 2018-12-07 01:48:31.000000000 
+0100
@@ -406,7 +406,7 @@
 msgid "Invalid response content type"
 msgstr "نوع محتوى الرّدّ غير صالح"
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr "نوع محتوى الرّدّ غير صالح"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/ast/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/ast/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/ast/libkgapi_qt.po        2018-11-06 
01:21:48.000000000 +0100
+++ new/libkgapi-18.12.0/poqm/ast/libkgapi_qt.po        1970-01-01 
01:00:00.000000000 +0100
@@ -1,452 +0,0 @@
-# enolp <en...@softastur.org>, 2016.
-msgid ""
-msgstr ""
-"Project-Id-Version: \n"
-"PO-Revision-Date: 2016-12-19 13:14+0100\n"
-"Last-Translator: enolp <en...@softastur.org>\n"
-"Language-Team: Asturian <alministrado...@softastur.org>\n"
-"Language: ast\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Qt-Contexts: true\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 2.0\n"
-
-#: src/blogger/blogfetchjob.cpp:103
-msgctxt "KGAPI2::Blogger::BlogFetchJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/blogger/commentapprovejob.cpp:103
-msgctxt "KGAPI2::Blogger::CommentApproveJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/blogger/commentdeletecontentjob.cpp:91
-msgctxt "KGAPI2::Blogger::CommentDeleteContentJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/blogger/commentfetchjob.cpp:202
-msgctxt "KGAPI2::Blogger::CommentFetchJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/blogger/pagecreatejob.cpp:78
-msgctxt "KGAPI2::Blogger::PageCreateJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/blogger/pagefetchjob.cpp:137
-msgctxt "KGAPI2::Blogger::PageFetchJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/blogger/pagemodifyjob.cpp:78
-msgctxt "KGAPI2::Blogger::PageModifyJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/blogger/postcreatejob.cpp:90
-msgctxt "KGAPI2::Blogger::PostCreateJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/blogger/postfetchjob.cpp:226
-msgctxt "KGAPI2::Blogger::PostFetchJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/blogger/postmodifyjob.cpp:77
-msgctxt "KGAPI2::Blogger::PostModifyJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/blogger/postpublishjob.cpp:145
-msgctxt "KGAPI2::Blogger::PostPublishJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/blogger/postsearchjob.cpp:121
-msgctxt "KGAPI2::Blogger::PostSearchJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/calendar/calendarcreatejob.cpp:97
-msgctxt "KGAPI2::CalendarCreateJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/calendar/calendarfetchjob.cpp:118
-msgctxt "KGAPI2::CalendarFetchJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/calendar/calendarmodifyjob.cpp:96
-msgctxt "KGAPI2::CalendarModifyJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/calendar/eventcreatejob.cpp:99
-msgctxt "KGAPI2::EventCreateJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/calendar/eventfetchjob.cpp:217
-msgctxt "KGAPI2::EventFetchJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/calendar/eventmodifyjob.cpp:98
-msgctxt "KGAPI2::EventModifyJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/calendar/eventmovejob.cpp:151
-msgctxt "KGAPI2::EventMoveJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/calendar/freebusyqueryjob.cpp:125
-msgctxt "KGAPI2::FreeBusyQueryJob|"
-msgid "FreeBusy information is not available"
-msgstr "La información de FreeBusy nun ta disponible"
-
-#: src/calendar/freebusyqueryjob.cpp:138
-msgctxt "KGAPI2::FreeBusyQueryJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/contacts/contactcreatejob.cpp:152
-msgctxt "KGAPI2::ContactCreateJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/contacts/contactmodifyjob.cpp:160
-msgctxt "KGAPI2::ContactModifyJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/contacts/contactsgroupcreatejob.cpp:107
-msgctxt "KGAPI2::ContactsGroupCreateJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/contacts/contactsgroupfetchjob.cpp:116
-msgctxt "KGAPI2::ContactsGroupFetchJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/contacts/contactsgroupmodifyjob.cpp:109
-msgctxt "KGAPI2::ContactsGroupModifyJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/core/accountinfo/accountinfofetchjob.cpp:75
-msgctxt "KGAPI2::AccountInfoFetchJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/core/accountmanager.cpp:105
-msgctxt "KGAPI2::AccountManager|"
-msgid "Failed to authenticate additional scopes"
-msgstr ""
-
-#: src/core/accountmanager.cpp:225 src/core/accountmanager.cpp:265
-#: src/core/accountmanager.cpp:291
-#, fuzzy
-#| msgctxt "AuthWidget::Private|"
-#| msgid "Failed to obtain token."
-msgctxt "KGAPI2::AccountManager|"
-msgid "Failed to open account store"
-msgstr "Fallu al consiguir el pase."
-
-#: src/core/authjob.cpp:182
-msgctxt "KGAPI2::AuthJob|"
-msgid "Failed to parse newly fetched tokens"
-msgstr ""
-
-#: src/core/authjob.cpp:229
-msgctxt "KGAPI2::AuthJob|"
-msgid "Account name is empty"
-msgstr "El nome de cuenta ta baleru"
-
-#: src/core/authjob.cpp:252
-msgctxt "KGAPI2::AuthJob|"
-msgid "Authentication canceled"
-msgstr ""
-
-#: src/core/job.cpp:196
-msgctxt "KGAPI2::Job|"
-msgid "Bad request."
-msgstr "Solicitú incorreuta."
-
-#: src/core/job.cpp:203
-msgctxt "KGAPI2::Job|"
-msgid "Invalid authentication."
-msgstr "Autenticación non válida."
-
-#: src/core/job.cpp:211
-#, qt-format
-msgctxt "KGAPI2::Job|"
-msgid ""
-"Requested resource is forbidden.\n"
-"\n"
-"Google replied '%1'"
-msgstr ""
-"Prohibióse'l recursu solicitáu.\n"
-"\n"
-"Google respondió «%1»"
-
-#: src/core/job.cpp:220
-#, qt-format
-msgctxt "KGAPI2::Job|"
-msgid ""
-"Requested resource does not exist.\n"
-"\n"
-"Google replied '%1'"
-msgstr ""
-"Nun esiste'l recursu solicitáu.\n"
-"\n"
-"Google respondió «%1»"
-
-#: src/core/job.cpp:235
-#, qt-format
-msgctxt "KGAPI2::Job|"
-msgid ""
-"Conflict. Remote resource is newer than local.\n"
-"\n"
-"Google replied '%1'"
-msgstr ""
-"Conflictu. El recursu remoru ya mas nuevu que'l llocal.\n"
-"\n"
-"Google respondió «%1»"
-
-#: src/core/job.cpp:244
-#, qt-format
-msgctxt "KGAPI2::Job|"
-msgid ""
-"Requested resource does not exist anymore.\n"
-"\n"
-"Google replied '%1'"
-msgstr ""
-"El recursu solicitúa yá nun esiste.\n"
-"\n"
-"Google respondió «%1»"
-
-#: src/core/job.cpp:253
-#, qt-format
-msgctxt "KGAPI2::Job|"
-msgid ""
-"Internal server error. Try again later.\n"
-"\n"
-"Google replied '%1'"
-msgstr ""
-"Fallu internu del sirvidor. Volvi tentalo más sero.\n"
-"\n"
-"Google respondió «%1»"
-
-#: src/core/job.cpp:270
-#, qt-format
-msgctxt "KGAPI2::Job|"
-msgid ""
-"Maximum quota exceeded. Try again later.\n"
-"\n"
-"Google replied '%1'"
-msgstr ""
-"Perpasóse la cuota máxima. Volvi tentalo más sero.\n"
-"\n"
-"Google respondió «%1»"
-
-#: src/core/job.cpp:291
-#, qt-format
-msgctxt "KGAPI2::Job|"
-msgid ""
-"Unknown error.\n"
-"\n"
-"Google replied '%1'"
-msgstr ""
-"Fallu desconocíu.\n"
-"\n"
-"Google respondió «%1»"
-
-#: src/core/private/newtokensfetchjob.cpp:131
-msgctxt "KGAPI2::NewTokensFetchJob|"
-msgid "Failed to parse server response."
-msgstr "Fallu al analizar la rempuesta del sirvidor"
-
-#: src/core/ui/authwidget.cpp:99
-msgctxt "KGAPI2::AuthWidget|"
-msgid "Invalid account"
-msgstr "Cuenta non válida"
-
-#: src/core/ui/authwidget.cpp:103
-msgctxt "KGAPI2::AuthWidget|"
-msgid "No scopes to authenticate for"
-msgstr ""
-
-#: src/core/ui/authwidget.cpp:115
-msgctxt "KGAPI2::AuthWidget|"
-msgid "Could not start oauth http server"
-msgstr ""
-
-#: src/core/ui/authwidget_p.cpp:131
-#, fuzzy
-#| msgctxt "AuthWidget::Private|"
-#| msgid "Authorizing token. This should take just a moment..."
-msgctxt "KGAPI2::AuthWidgetPrivate|"
-msgid "Authorizing token. This should take just a moment..."
-msgstr "Autorizando pase. Esto namái debería entardar un momentu..."
-
-#: src/core/ui/authwidget_p.cpp:288
-#, qt-format
-msgctxt "KGAPI2::AuthWidgetPrivate|"
-msgid "Error receiving response: %1"
-msgstr ""
-
-#: src/core/ui/authwidget_p.cpp:310
-msgctxt "KGAPI2::AuthWidgetPrivate|"
-msgid "Token response invalid"
-msgstr ""
-
-#: src/core/ui/authwidget_p.cpp:325
-msgctxt "KGAPI2::AuthWidgetPrivate|"
-msgid "Could not extract token from HTTP answer"
-msgstr ""
-
-#: src/drive/aboutfetchjob.cpp:140
-msgctxt "KGAPI2::Drive::AboutFetchJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/drive/appfetchjob.cpp:90
-msgctxt "KGAPI2::Drive::AppFetchJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/drive/changefetchjob.cpp:195
-msgctxt "KGAPI2::Drive::ChangeFetchJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/drive/childreferencecreatejob.cpp:138
-msgctxt "KGAPI2::Drive::ChildReferenceCreateJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/drive/childreferencefetchjob.cpp:117
-msgctxt "KGAPI2::Drive::ChildReferenceFetchJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/drive/fileabstractmodifyjob.cpp:129
-msgctxt "KGAPI2::Drive::FileAbstractModifyJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/drive/fileabstractuploadjob.cpp:335
-msgctxt "KGAPI2::Drive::FileAbstractUploadJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/drive/filecopyjob.cpp:153
-msgctxt "KGAPI2::Drive::FileCopyJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/drive/filefetchjob.cpp:355
-msgctxt "KGAPI2::Drive::FileFetchJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/drive/parentreferencecreatejob.cpp:138
-msgctxt "KGAPI2::Drive::ParentReferenceCreateJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/drive/parentreferencefetchjob.cpp:96
-msgctxt "KGAPI2::Drive::ParentReferenceFetchJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/drive/permissioncreatejob.cpp:115
-msgctxt "KGAPI2::Drive::PermissionCreateJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/drive/permissionfetchjob.cpp:118
-msgctxt "KGAPI2::Drive::PermissionFetchJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/drive/permissionmodifyjob.cpp:114
-msgctxt "KGAPI2::Drive::PermissionModifyJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/drive/revisionfetchjob.cpp:95
-msgctxt "KGAPI2::Drive::RevisionFetchJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/drive/revisionmodifyjob.cpp:112
-msgctxt "KGAPI2::Drive::RevisionModifyJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/latitude/locationcreatejob.cpp:98
-msgctxt "KGAPI2::LocationCreateJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/latitude/locationfetchhistoryjob.cpp:152
-msgctxt "KGAPI2::LocationFetchHistoryJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/latitude/locationfetchjob.cpp:108
-msgctxt "KGAPI2::LocationFetchJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/tasks/taskcreatejob.cpp:121
-msgctxt "KGAPI2::TaskCreateJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/tasks/taskfetchjob.cpp:253
-msgctxt "KGAPI2::TaskFetchJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/tasks/tasklistcreatejob.cpp:96
-msgctxt "KGAPI2::TaskListCreateJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/tasks/tasklistfetchjob.cpp:96
-msgctxt "KGAPI2::TaskListFetchJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/tasks/tasklistmodifyjob.cpp:98
-msgctxt "KGAPI2::TaskListModifyJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#: src/tasks/taskmodifyjob.cpp:99
-msgctxt "KGAPI2::TaskModifyJob|"
-msgid "Invalid response content type"
-msgstr "Rempuesta non válida de la triba de conteníu"
-
-#~ msgctxt "QObject|"
-#~ msgid "Google Calendar"
-#~ msgstr "Google Calendar"
-
-#, fuzzy
-#~| msgctxt "AuthWidget::Private|"
-#~| msgid "Parsing token page failed."
-#~ msgctxt "KGAPI2::AuthWidgetPrivate|"
-#~ msgid "Parsing token page failed."
-#~ msgstr "Falló l'analís del pase de la páxina."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/bs/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/bs/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/bs/libkgapi_qt.po 2018-11-06 01:21:48.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/bs/libkgapi_qt.po 2018-12-07 01:48:31.000000000 
+0100
@@ -541,7 +541,7 @@
 msgid "Invalid response content type"
 msgstr "Neispravan tip sadržaja odgovor a"
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 #, fuzzy
 #| msgid "Invalid response content type"
 msgctxt "KGAPI2::LocationFetchJob|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/ca/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/ca/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/ca/libkgapi_qt.po 2018-11-06 01:21:48.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/ca/libkgapi_qt.po 2018-12-07 01:48:31.000000000 
+0100
@@ -407,7 +407,7 @@
 msgid "Invalid response content type"
 msgstr "Tipus no vàlid del contingut de la resposta"
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr "Tipus no vàlid del contingut de la resposta"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/ca@valencia/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/ca@valencia/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/ca@valencia/libkgapi_qt.po        2018-11-06 
01:21:48.000000000 +0100
+++ new/libkgapi-18.12.0/poqm/ca@valencia/libkgapi_qt.po        2018-12-07 
01:48:31.000000000 +0100
@@ -407,7 +407,7 @@
 msgid "Invalid response content type"
 msgstr "Tipus no vàlid del contingut de la resposta"
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr "Tipus no vàlid del contingut de la resposta"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/cs/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/cs/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/cs/libkgapi_qt.po 2018-11-06 01:21:48.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/cs/libkgapi_qt.po 2018-12-07 01:48:31.000000000 
+0100
@@ -406,7 +406,7 @@
 msgid "Invalid response content type"
 msgstr "Neplatný typ obsahu odpovědi"
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr "Neplatný typ obsahu odpovědi"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/da/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/da/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/da/libkgapi_qt.po 2018-11-06 01:21:48.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/da/libkgapi_qt.po 2018-12-07 01:48:31.000000000 
+0100
@@ -408,7 +408,7 @@
 msgid "Invalid response content type"
 msgstr "Ugyldig type af svarindhold"
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr "Ugyldig type af svarindhold"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/de/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/de/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/de/libkgapi_qt.po 2018-11-06 01:21:48.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/de/libkgapi_qt.po 2018-12-07 01:48:31.000000000 
+0100
@@ -409,7 +409,7 @@
 msgid "Invalid response content type"
 msgstr "Antwort mit ungültigem Inhaltstyp"
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr "Antwort mit ungültigem Inhaltstyp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/el/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/el/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/el/libkgapi_qt.po 2018-11-06 01:21:48.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/el/libkgapi_qt.po 2018-12-07 01:48:31.000000000 
+0100
@@ -415,7 +415,7 @@
 msgid "Invalid response content type"
 msgstr "Μη έγκυρος τύπος περιεχομένου απόκρισης"
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr "Μη έγκυρος τύπος περιεχομένου απόκρισης"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/en_GB/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/en_GB/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/en_GB/libkgapi_qt.po      2018-11-06 
01:21:48.000000000 +0100
+++ new/libkgapi-18.12.0/poqm/en_GB/libkgapi_qt.po      2018-12-07 
01:48:31.000000000 +0100
@@ -404,7 +404,7 @@
 msgid "Invalid response content type"
 msgstr "Invalid response content type"
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr "Invalid response content type"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/es/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/es/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/es/libkgapi_qt.po 2018-11-06 01:21:48.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/es/libkgapi_qt.po 2018-12-07 01:48:31.000000000 
+0100
@@ -405,7 +405,7 @@
 msgid "Invalid response content type"
 msgstr "Tipo de contenido de respuesta no válido"
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr "Tipo de contenido de respuesta no válido"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/et/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/et/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/et/libkgapi_qt.po 2018-11-06 01:21:48.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/et/libkgapi_qt.po 2018-12-07 01:48:31.000000000 
+0100
@@ -415,7 +415,7 @@
 msgid "Invalid response content type"
 msgstr "Vigane vastuse sisu tüüp"
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr "Vigane vastuse sisu tüüp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/fi/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/fi/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/fi/libkgapi_qt.po 2018-11-06 01:21:48.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/fi/libkgapi_qt.po 2018-12-07 01:48:31.000000000 
+0100
@@ -458,7 +458,7 @@
 msgstr "Virheellinen vastaussisältötyyppi"
 
 # TARKISTA onko toi yhdyssana hankala?
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr "Virheellinen vastaussisältötyyppi"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/fr/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/fr/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/fr/libkgapi_qt.po 2018-11-06 01:21:48.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/fr/libkgapi_qt.po 2018-12-07 01:48:31.000000000 
+0100
@@ -414,7 +414,7 @@
 msgid "Invalid response content type"
 msgstr "Type de contenu non valable pour la réponse."
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr "Type de contenu non valable pour la réponse."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/ga/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/ga/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/ga/libkgapi_qt.po 2018-11-06 01:21:48.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/ga/libkgapi_qt.po 2018-12-07 01:48:31.000000000 
+0100
@@ -386,7 +386,7 @@
 msgid "Invalid response content type"
 msgstr ""
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/gl/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/gl/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/gl/libkgapi_qt.po 2018-11-06 01:21:48.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/gl/libkgapi_qt.po 2018-12-07 01:48:31.000000000 
+0100
@@ -410,7 +410,7 @@
 msgid "Invalid response content type"
 msgstr "Tipo de contido da resposta incorrecto"
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr "Tipo de contido da resposta incorrecto"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/hu/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/hu/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/hu/libkgapi_qt.po 2018-11-06 01:21:48.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/hu/libkgapi_qt.po 2018-12-07 01:48:31.000000000 
+0100
@@ -415,7 +415,7 @@
 msgid "Invalid response content type"
 msgstr "Érvénytelen tartalomtípus a válaszban"
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr "Érvénytelen tartalomtípus a válaszban"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/it/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/it/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/it/libkgapi_qt.po 2018-11-06 01:21:48.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/it/libkgapi_qt.po 2018-12-07 01:48:31.000000000 
+0100
@@ -403,7 +403,7 @@
 msgid "Invalid response content type"
 msgstr "Tipo di contenuto di risposta non valido"
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr "Tipo di contenuto di risposta non valido"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/ja/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/ja/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/ja/libkgapi_qt.po 2018-11-06 01:21:48.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/ja/libkgapi_qt.po 2018-12-07 01:48:31.000000000 
+0100
@@ -380,7 +380,7 @@
 msgid "Invalid response content type"
 msgstr ""
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/kk/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/kk/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/kk/libkgapi_qt.po 2018-11-06 01:21:48.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/kk/libkgapi_qt.po 2018-12-07 01:48:31.000000000 
+0100
@@ -532,7 +532,7 @@
 msgid "Invalid response content type"
 msgstr "Жауап мазмұнын түрі беймәлім."
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 #, fuzzy
 #| msgid "Unknown reply content type."
 msgctxt "KGAPI2::LocationFetchJob|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/km/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/km/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/km/libkgapi_qt.po 2018-11-06 01:21:48.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/km/libkgapi_qt.po 2018-12-07 01:48:31.000000000 
+0100
@@ -542,7 +542,7 @@
 msgid "Invalid response content type"
 msgstr "មិន​ស្គាល់​ប្រភេទ​មាតិកា​ឆ្លើយតប !"
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 #, fuzzy
 #| msgid "Unknown reply content type!"
 msgctxt "KGAPI2::LocationFetchJob|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/ko/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/ko/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/ko/libkgapi_qt.po 2018-11-06 01:21:48.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/ko/libkgapi_qt.po 2018-12-07 01:48:31.000000000 
+0100
@@ -404,7 +404,7 @@
 msgid "Invalid response content type"
 msgstr "잘못된 응답 내용 형식"
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr "잘못된 응답 내용 형식"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/lt/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/lt/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/lt/libkgapi_qt.po 2018-11-06 01:21:48.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/lt/libkgapi_qt.po 2018-12-07 01:48:31.000000000 
+0100
@@ -398,7 +398,7 @@
 msgid "Invalid response content type"
 msgstr ""
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/mr/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/mr/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/mr/libkgapi_qt.po 2018-11-06 01:21:49.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/mr/libkgapi_qt.po 2018-12-07 01:48:31.000000000 
+0100
@@ -390,7 +390,7 @@
 msgid "Invalid response content type"
 msgstr ""
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/nb/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/nb/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/nb/libkgapi_qt.po 2018-11-06 01:21:49.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/nb/libkgapi_qt.po 2018-12-07 01:48:31.000000000 
+0100
@@ -385,7 +385,7 @@
 msgid "Invalid response content type"
 msgstr ""
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/nds/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/nds/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/nds/libkgapi_qt.po        2018-11-06 
01:21:49.000000000 +0100
+++ new/libkgapi-18.12.0/poqm/nds/libkgapi_qt.po        2018-12-07 
01:48:31.000000000 +0100
@@ -542,7 +542,7 @@
 msgid "Invalid response content type"
 msgstr "Leeg Antwoort-Inholttyp"
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 #, fuzzy
 #| msgid "Invalid response content type"
 msgctxt "KGAPI2::LocationFetchJob|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/nl/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/nl/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/nl/libkgapi_qt.po 2018-11-06 01:21:49.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/nl/libkgapi_qt.po 2018-12-07 01:48:31.000000000 
+0100
@@ -399,7 +399,7 @@
 msgid "Invalid response content type"
 msgstr "Ongeldig type inhoud van antwoord"
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr "Ongeldig type inhoud van antwoord"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/nn/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/nn/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/nn/libkgapi_qt.po 2018-11-06 01:21:49.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/nn/libkgapi_qt.po 2018-12-07 01:48:31.000000000 
+0100
@@ -405,7 +405,7 @@
 msgid "Invalid response content type"
 msgstr "Ugyldig innhaldstype på svar"
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr "Ugyldig innhaldstype på svar"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/pl/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/pl/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/pl/libkgapi_qt.po 2018-11-06 01:21:49.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/pl/libkgapi_qt.po 2018-12-07 01:48:31.000000000 
+0100
@@ -405,7 +405,7 @@
 msgid "Invalid response content type"
 msgstr "Nieznany rodzaj treści odpowiedzi"
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr "Nieznany rodzaj treści odpowiedzi"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/pt/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/pt/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/pt/libkgapi_qt.po 2018-11-06 01:21:49.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/pt/libkgapi_qt.po 2018-12-07 01:48:31.000000000 
+0100
@@ -405,7 +405,7 @@
 msgid "Invalid response content type"
 msgstr "Tipo de conteúdo da resposta inválido"
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr "Tipo de conteúdo da resposta inválido"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/pt_BR/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/pt_BR/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/pt_BR/libkgapi_qt.po      2018-11-06 
01:21:49.000000000 +0100
+++ new/libkgapi-18.12.0/poqm/pt_BR/libkgapi_qt.po      2018-12-07 
01:48:32.000000000 +0100
@@ -405,7 +405,7 @@
 msgid "Invalid response content type"
 msgstr "Tipo de conteúdo de resposta inválido"
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr "Tipo de conteúdo de resposta inválido"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/ro/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/ro/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/ro/libkgapi_qt.po 2018-11-06 01:21:49.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/ro/libkgapi_qt.po 2018-12-07 01:48:32.000000000 
+0100
@@ -537,7 +537,7 @@
 msgid "Invalid response content type"
 msgstr "Tip de conținut nevalid al răspunsului"
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 #, fuzzy
 #| msgid "Invalid response content type"
 msgctxt "KGAPI2::LocationFetchJob|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/ru/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/ru/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/ru/libkgapi_qt.po 2018-11-06 01:21:49.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/ru/libkgapi_qt.po 2018-12-07 01:48:32.000000000 
+0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-08-23 01:46+0000\n"
-"PO-Revision-Date: 2018-10-03 21:37+0300\n"
+"PO-Revision-Date: 2018-10-02 21:04+0300\n"
 "Last-Translator: Alexander Yavorsky <kekc...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
 "Language: ru\n"
@@ -410,7 +410,7 @@
 msgid "Invalid response content type"
 msgstr "Неизвестный тип содержимого ответа"
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr "Неизвестный тип содержимого ответа"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/sk/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/sk/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/sk/libkgapi_qt.po 2018-11-06 01:21:49.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/sk/libkgapi_qt.po 2018-12-07 01:48:32.000000000 
+0100
@@ -405,7 +405,7 @@
 msgid "Invalid response content type"
 msgstr "Neznámy typ obsahu odpovede"
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr "Neznámy typ obsahu odpovede"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/sl/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/sl/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/sl/libkgapi_qt.po 2018-11-06 01:21:49.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/sl/libkgapi_qt.po 2018-12-07 01:48:32.000000000 
+0100
@@ -412,7 +412,7 @@
 msgid "Invalid response content type"
 msgstr "Neveljavna vrsta vsebine odgovora"
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr "Neveljavna vrsta vsebine odgovora"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/sr/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/sr/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/sr/libkgapi_qt.po 2018-11-06 01:21:49.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/sr/libkgapi_qt.po 2018-12-07 01:48:32.000000000 
+0100
@@ -403,7 +403,7 @@
 msgid "Invalid response content type"
 msgstr "Лош тип садржаја одзива"
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr "Лош тип садржаја одзива"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/sv/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/sv/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/sv/libkgapi_qt.po 2018-11-06 01:21:49.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/sv/libkgapi_qt.po 2018-12-07 01:48:32.000000000 
+0100
@@ -399,7 +399,7 @@
 msgid "Invalid response content type"
 msgstr "Ogiltig typ av svarsinnehåll"
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr "Ogiltig typ av svarsinnehåll"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/tr/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/tr/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/tr/libkgapi_qt.po 2018-11-06 01:21:49.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/tr/libkgapi_qt.po 2018-12-07 01:48:32.000000000 
+0100
@@ -409,7 +409,7 @@
 msgid "Invalid response content type"
 msgstr "Geçersiz yanıt içerik türü"
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr "Geçersiz yanıt içerik türü"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/ug/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/ug/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/ug/libkgapi_qt.po 2018-11-06 01:21:49.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/ug/libkgapi_qt.po 2018-12-07 01:48:32.000000000 
+0100
@@ -388,7 +388,7 @@
 msgid "Invalid response content type"
 msgstr ""
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/uk/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/uk/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/uk/libkgapi_qt.po 2018-11-06 01:21:49.000000000 
+0100
+++ new/libkgapi-18.12.0/poqm/uk/libkgapi_qt.po 2018-12-07 01:48:32.000000000 
+0100
@@ -407,7 +407,7 @@
 msgid "Invalid response content type"
 msgstr "Некоректний тип вмісту відповіді"
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr "Некоректний тип вмісту відповіді"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/zh_CN/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/zh_CN/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/zh_CN/libkgapi_qt.po      2018-11-06 
01:21:49.000000000 +0100
+++ new/libkgapi-18.12.0/poqm/zh_CN/libkgapi_qt.po      2018-12-07 
01:48:32.000000000 +0100
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2018-11-01 23:17\n"
+"PO-Revision-Date: 2018-11-12 09:22\n"
 "Last-Translator: guoyunhe <i...@guoyunhe.me>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -405,7 +405,7 @@
 msgid "Invalid response content type"
 msgstr "非法的响应内容类型"
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr "非法的响应内容类型"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/poqm/zh_TW/libkgapi_qt.po 
new/libkgapi-18.12.0/poqm/zh_TW/libkgapi_qt.po
--- old/libkgapi-18.08.3/poqm/zh_TW/libkgapi_qt.po      2018-11-06 
01:21:49.000000000 +0100
+++ new/libkgapi-18.12.0/poqm/zh_TW/libkgapi_qt.po      2018-12-07 
01:48:32.000000000 +0100
@@ -414,7 +414,7 @@
 msgid "Invalid response content type"
 msgstr "回覆內容型態不合法 "
 
-#: src/latitude/locationfetchjob.cpp:108
+#: src/latitude/locationfetchjob.cpp:107
 msgctxt "KGAPI2::LocationFetchJob|"
 msgid "Invalid response content type"
 msgstr "回覆內容型態不合法 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/src/blogger/blog.cpp 
new/libkgapi-18.12.0/src/blogger/blog.cpp
--- old/libkgapi-18.08.3/src/blogger/blog.cpp   2018-10-26 07:47:07.000000000 
+0200
+++ new/libkgapi-18.12.0/src/blogger/blog.cpp   2018-12-03 13:09:19.000000000 
+0100
@@ -102,7 +102,7 @@
     return d->pagesCount;
 }
 
-QString Blog::langauge() const
+QString Blog::language() const
 {
     return d->language;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/src/blogger/blog.h 
new/libkgapi-18.12.0/src/blogger/blog.h
--- old/libkgapi-18.08.3/src/blogger/blog.h     2018-10-26 07:47:07.000000000 
+0200
+++ new/libkgapi-18.12.0/src/blogger/blog.h     2018-12-03 13:09:19.000000000 
+0100
@@ -47,7 +47,7 @@
     QUrl url() const;
     uint postsCount() const;
     uint pagesCount() const;
-    QString langauge() const;
+    QString language() const;
     QString country() const;
     QString languageVariant() const;
     QVariant customMetaData() const;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/src/blogger/pagefetchjob.h 
new/libkgapi-18.12.0/src/blogger/pagefetchjob.h
--- old/libkgapi-18.08.3/src/blogger/pagefetchjob.h     2018-10-26 
07:47:07.000000000 +0200
+++ new/libkgapi-18.12.0/src/blogger/pagefetchjob.h     2018-12-03 
13:09:19.000000000 +0100
@@ -19,8 +19,8 @@
  * License along with this library.  If not, see 
<http://www.gnu.org/licenses/>.
  */
 
-#ifndef KGAPI2_BLOGGER_FETCHPAGEJOB_H
-#define KGAPI2_BLOGGER_FETCHPAGEJOB_H
+#ifndef KGAPI2_BLOGGER_PAGEFETCHJOB_H
+#define KGAPI2_BLOGGER_PAGEFETCHJOB_H
 
 #include "fetchjob.h"
 #include "page.h"
@@ -73,4 +73,4 @@
 }
 }
 
-#endif // KGAPI2_BLOGGER_FETCHPAGEJOB_H
+#endif // KGAPI2_BLOGGER_PAGEFETCHJOB_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/src/contacts/contact.cpp 
new/libkgapi-18.12.0/src/contacts/contact.cpp
--- old/libkgapi-18.08.3/src/contacts/contact.cpp       2018-10-26 
07:47:07.000000000 +0200
+++ new/libkgapi-18.12.0/src/contacts/contact.cpp       2018-12-03 
13:09:19.000000000 +0100
@@ -449,7 +449,7 @@
 KContacts::PhoneNumber::Type Contact::phoneSchemeToType(const QString& scheme)
 {
     QString typeName = scheme.mid(scheme.lastIndexOf(QLatin1Char('#')) + 1);
-    KContacts::PhoneNumber::Type type = 0;
+    KContacts::PhoneNumber::Type type = {};
 
     if (typeName == QLatin1String("car"))
         type |= KContacts::PhoneNumber::Car;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/src/core/accountstorage_kwallet_p.h 
new/libkgapi-18.12.0/src/core/accountstorage_kwallet_p.h
--- old/libkgapi-18.08.3/src/core/accountstorage_kwallet_p.h    2018-10-26 
07:47:07.000000000 +0200
+++ new/libkgapi-18.12.0/src/core/accountstorage_kwallet_p.h    2018-12-03 
13:09:19.000000000 +0100
@@ -18,8 +18,8 @@
     License along with this library.  If not, see 
<http://www.gnu.org/licenses/>.
 */
 
-#ifndef LIBKGAPI2_ACCOUNSTSTORAGE_KWALLET_P_H_
-#define LIBKGAPI2_ACCOUNSTSTORAGE_KWALLET_P_H_
+#ifndef LIBKGAPI2_ACCOUNTSTORAGE_KWALLET_P_H_
+#define LIBKGAPI2_ACCOUNTSTORAGE_KWALLET_P_H_
 
 #include "accountstorage_p.h"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/src/core/private/queuehelper_p.h 
new/libkgapi-18.12.0/src/core/private/queuehelper_p.h
--- old/libkgapi-18.08.3/src/core/private/queuehelper_p.h       2018-10-26 
07:47:07.000000000 +0200
+++ new/libkgapi-18.12.0/src/core/private/queuehelper_p.h       2018-12-03 
13:09:19.000000000 +0100
@@ -21,8 +21,8 @@
  */
 
 
-#ifndef LIBKGAPI2_PRIVATE_QUEUEHELPER_H
-#define LIBKGAPI2_PRIVATE_QUEUEHELPER_H
+#ifndef LIBKGAPI2_PRIVATE_QUEUEHELPER_P_H
+#define LIBKGAPI2_PRIVATE_QUEUEHELPER_P_H
 
 #include <QQueue>
 
@@ -77,4 +77,4 @@
     QList<T>::ConstIterator m_iter;
 };
 
-#endif // QUEUEHELPER_H
+#endif // LIBKGAPI2_PRIVATE_QUEUEHELPER_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/src/latitude/locationfetchjob.cpp 
new/libkgapi-18.12.0/src/latitude/locationfetchjob.cpp
--- old/libkgapi-18.08.3/src/latitude/locationfetchjob.cpp      2018-10-26 
07:47:07.000000000 +0200
+++ new/libkgapi-18.12.0/src/latitude/locationfetchjob.cpp      2018-12-03 
13:09:19.000000000 +0100
@@ -26,7 +26,6 @@
 #include "../debug.h"
 #include "location.h"
 #include "utils.h"
-#include "latitudeservice.h"
 
 #include <QNetworkRequest>
 #include <QNetworkReply>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/src/saslplugin/xoauth2plugin.c 
new/libkgapi-18.12.0/src/saslplugin/xoauth2plugin.c
--- old/libkgapi-18.08.3/src/saslplugin/xoauth2plugin.c 2018-10-26 
07:47:07.000000000 +0200
+++ new/libkgapi-18.12.0/src/saslplugin/xoauth2plugin.c 2018-12-03 
13:09:19.000000000 +0100
@@ -1,22 +1,24 @@
 /*
-    Copyright (c) 2014 Daniel Vrátil <dvra...@redhat.com>
-              (c) 2016 Daniel Vrátil <dvra...@kde.org>
+ *  Copyright (c) 2014         Daniel Vrátil <dvra...@redhat.com>
+ *            (c) 2016 - 2018  Daniel Vrátil <dvra...@kde.org>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) version 3, or any
+ * later version accepted by the membership of KDE e.V. (or its
+ * successor approved by the membership of KDE e.V.), which shall
+ * act as a proxy defined in Section 6 of version 3 of the license.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library.  If not, see 
<http://www.gnu.org/licenses/>.
+ */
 
-    This library is free software; you can redistribute it and/or modify it
-    under the terms of the GNU Library General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or (at your
-    option) any later version.
-
-    This library is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
-    License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    along with this library; see the file COPYING.LIB.  If not, write to the
-    Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-    02110-1301, USA.
-*/
 
 /**
  * This is a very simple and single-purpose implementation of XOAUTH2 protocol
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.08.3/src/saslplugin/xoauth2plugin_init.c 
new/libkgapi-18.12.0/src/saslplugin/xoauth2plugin_init.c
--- old/libkgapi-18.08.3/src/saslplugin/xoauth2plugin_init.c    2018-10-26 
07:47:07.000000000 +0200
+++ new/libkgapi-18.12.0/src/saslplugin/xoauth2plugin_init.c    2018-12-03 
13:09:19.000000000 +0100
@@ -1,22 +1,23 @@
 /*
-    Copyright (c) 2014 Daniel Vrátil <dvra...@redhat.com>
-              (c) 2016 Daniel Vrátil <dvra...@kde.org>
-
-    This library is free software; you can redistribute it and/or modify it
-    under the terms of the GNU Library General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or (at your
-    option) any later version.
-
-    This library is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
-    License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    along with this library; see the file COPYING.LIB.  If not, write to the
-    Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-    02110-1301, USA.
-*/
+ *   Copyright (c) 2014         Daniel Vrátil <dvra...@redhat.com>
+ *             (c) 2016 - 2018  Daniel Vrátil <dvra...@kde.org>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) version 3, or any
+ * later version accepted by the membership of KDE e.V. (or its
+ * successor approved by the membership of KDE e.V.), which shall
+ * act as a proxy defined in Section 6 of version 3 of the license.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library.  If not, see 
<http://www.gnu.org/licenses/>.
+ */
 
 #include <config.h>
 #include <string.h>


Reply via email to