ux: change application start

- make the wizard a widget in the mainwindow navstack
- remove findRingAccount, any account present should not invoke the
  wizard

Change-Id: I5341d9060e17b74ac253619d70aad6d2d9a93874
Reviewed-by: Isa Nanic <isa.nanic@savoirfairelinux.com>
diff --git a/RingWinClient.pro b/RingWinClient.pro
index af7e37b..41fe242 100644
--- a/RingWinClient.pro
+++ b/RingWinClient.pro
@@ -81,7 +81,8 @@
     accountitemdelegate.cpp \
     accountlistmodel.cpp \
     messagemodel.cpp \
-    invitebuttonswidget.cpp
+    invitebuttonswidget.cpp \
+	wizardwidget.cpp
 
 HEADERS  += mainwindow.h \
     callwidget.h \
@@ -126,7 +127,8 @@
     accountitemdelegate.h \
     accountlistmodel.h \
     messagemodel.h \
-    invitebuttonswidget.h
+    invitebuttonswidget.h \
+	wizardwidget.h
 
 contains(DEFINES, URI_PROTOCOL) {
  HEADERS += shmclient.h
@@ -153,7 +155,8 @@
     deleteaccountdialog.ui \
     bannedcontactswidget.ui \
     photoboothwidget.ui \
-    invitebuttonswidget.ui
+    invitebuttonswidget.ui \
+	wizardwidget.ui
 
 win32: LIBS += -lole32 -luuid -lshlwapi -lgdi32
 LIBS += -lqrencode