From kde-commits Thu Oct 15 21:01:27 2015 From: Alex Fiestas Date: Thu, 15 Oct 2015 21:01:27 +0000 To: kde-commits Subject: [kaccounts-providers] jobs: Port to KGAPI (KGoogle got renamed to KGAPI) Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=144494385325341 Git commit f647611cad141da65d4d47dda1bbaae910a6d420 by Alex Fiestas. Committed on 24/06/2012 at 21:41. Pushed by mklapetek into branch 'master'. Port to KGAPI (KGoogle got renamed to KGAPI) M +2 -9 jobs/ocreatecontact.cpp http://commits.kde.org/kaccounts-providers/f647611cad141da65d4d47dda1bbaae9= 10a6d420 diff --git a/jobs/ocreatecontact.cpp b/jobs/ocreatecontact.cpp index 1ee41ff..c237385 100644 --- a/jobs/ocreatecontact.cpp +++ b/jobs/ocreatecontact.cpp @@ -24,24 +24,17 @@ = #include = -#include -#include -#include -#include -#include -#include - #include #include #include #include = #include +#include #include = using namespace KWallet; using namespace Akonadi; -using namespace KGoogle; = OCreateContact::OCreateContact(KConfigGroup group, QObject* parent) : KJob(parent) @@ -172,4 +165,4 @@ void OCreateContact::useCalendarResource() instance.reconfigure(); = emitResult(); -} \ No newline at end of file +}