Change contact email address as the nokia one will be no longer valid soon
[profile/ivi/ofono-qt.git] / lib / ofonoconnmancontext.cpp
index aff03e2..e4ae48b 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
  *
- * Contact: Alexander Kanavin <alexander.kanavin@nokia.com>
+ * Contact: Alexander Kanavin <alex.kanavin@gmail.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
@@ -115,7 +115,7 @@ void OfonoConnmanContext::propertyChanged(const QString &property, const QVarian
     } else if (property == "Type") {
         emit typeChanged(value.value<QString>());
     } else if (property == "Username") {
-        emit userNameChanged(value.value<QString>());
+        emit usernameChanged(value.value<QString>());
     } else if (property == "Password") {
         emit passwordChanged(value.value<QString>());
     } else if (property == "Protocol") {