[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [web-accounts] src: Port eveything into the wallet api
From:       Àlex_Fiestas <afiestas () kde ! org>
Date:       2012-06-13 1:12:53
Message-ID: 20120613011253.90E64A60BB () git ! kde ! org
[Download RAW message or body]

Git commit 49fb0e07f822afbca99c11104dd14e4615bebee1 by Àlex Fiestas.
Committed on 13/06/2012 at 02:42.
Pushed by afiestas into branch 'master'.

Port eveything into the wallet api

M  +3    -0    src/facebook/facebook.cpp
M  +3    -0    src/owncloud/owncloud.cpp
M  +3    -1    src/runnerid/runnerid.cpp

http://commits.kde.org/web-accounts/49fb0e07f822afbca99c11104dd14e4615bebee1

diff --git a/src/facebook/facebook.cpp b/src/facebook/facebook.cpp
index 581c051..4da873c 100644
--- a/src/facebook/facebook.cpp
+++ b/src/facebook/facebook.cpp
@@ -20,6 +20,7 @@
 #include "pages/fcredentials.h"
 #include "pages/foauth.h"
 #include "pages/fservices.h"
+#include "../google/pages/wallet.h"
 
 #include <kwallet.h>
 #include <kpushbutton.h>
@@ -31,10 +32,12 @@ FacebookWizard::FacebookWizard(QWidget* parent): QWizard(parent)
 {
     setWindowTitle(i18n("Facebook account Wizard"));
 
+    WalletPage *wallet = new WalletPage(this);
     FCredentials *credentialsPage = new FCredentials(this);
     FOauth *foauth = new FOauth(this);
     FServices *services = new FServices(this);
 
+    addPage(wallet);
     addPage(credentialsPage);
     addPage(foauth);
     addPage(services);
diff --git a/src/owncloud/owncloud.cpp b/src/owncloud/owncloud.cpp
index 7c5aa84..61ad811 100644
--- a/src/owncloud/owncloud.cpp
+++ b/src/owncloud/owncloud.cpp
@@ -20,6 +20,7 @@
 #include "pages/basicinfo.h"
 #include "pages/connecting.h"
 #include "pages/oservices.h"
+#include "../google/pages/wallet.h"
 
 #include <klocalizedstring.h>
 #include <kpushbutton.h>
@@ -32,10 +33,12 @@ OwnCloudWizard::OwnCloudWizard(QWidget* parent, Qt::WindowFlags flags): QWizard(
 {
     setWindowTitle(i18n("ownCloud account Wizard"));
 
+    WalletPage *wallet = new WalletPage(this);
     BasicInfo *basicInfo = new BasicInfo(this);
     Connecting *connecting = new Connecting(this);
     OServices *services = new OServices(this);
 
+    addPage(wallet);
     addPage(basicInfo);
     addPage(connecting);
     addPage(services);
diff --git a/src/runnerid/runnerid.cpp b/src/runnerid/runnerid.cpp
index c5d4a46..fee4032 100644
--- a/src/runnerid/runnerid.cpp
+++ b/src/runnerid/runnerid.cpp
@@ -19,7 +19,7 @@
 #include "runnerid.h"
 #include "pages/rcredentials.h"
 #include "pages/rservices.h"
-
+#include "../google/pages/wallet.h"
 #include <klocalizedstring.h>
 #include <kpushbutton.h>
 #include <kstandardguiitem.h>
@@ -31,9 +31,11 @@ RunnerIDWizard::RunnerIDWizard(QWidget* parent, Qt::WindowFlags flags): QWizard(
 {
     setWindowTitle(i18n("Runner-id Wizad"));
 
+    WalletPage *wallet = new WalletPage(this);
     RCredentials *credentials = new RCredentials(this);
     RServices *services = new RServices(this);
 
+    addPage(wallet);
     addPage(credentials);
     addPage(services);
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic