Addressbook: updated references to bitmonero

This commit is contained in:
Jaquee
2016-12-14 23:28:20 +01:00
parent a344f17cd1
commit 0e5329ab6c
4 changed files with 10 additions and 11 deletions

View File

@@ -36,7 +36,7 @@ QVariant AddressBookModel::data(const QModelIndex &index, int role) const
return QVariant();
}
Bitmonero::AddressBookRow * ar = m_addressBook->getRow(index.row());
Monero::AddressBookRow * ar = m_addressBook->getRow(index.row());
QVariant result = "";
switch (role) {