lrc: adapt to new API

Change-Id: Ie49319e9263a76a28ceaeab4f5aa325e69a256a0
diff --git a/src/RegisterNameWC.h b/src/RegisterNameWC.h
index e2543a1..79b9df7 100644
--- a/src/RegisterNameWC.h
+++ b/src/RegisterNameWC.h
@@ -21,7 +21,7 @@
 #import "AbstractLoadingWC.h"
 #import "LoadingWCDelegate.h"
 #import "LrcModelsProtocol.h"
-#include <string>
+#include <qstring.h>
 
 
 @protocol RegisterNameDelegate <LoadingWCDelegate>
@@ -45,6 +45,6 @@
 
 @property (assign)NSString* passwordString;
 
-@property std::string selectedAccountID;
+@property QString selectedAccountID;
 
 @end