Diffstat (limited to 'pluginopiekabc/opieaddressee.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r-- | pluginopiekabc/opieaddressee.cpp | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/pluginopiekabc/opieaddressee.cpp b/pluginopiekabc/opieaddressee.cpp deleted file mode 100644 index 3325152..0000000 --- a/pluginopiekabc/opieaddressee.cpp +++ b/dev/null @@ -1,21 +0,0 @@ -#include <stdio.h> -#include "opieaddressee.h" - -OpieAddressee::OpieAddressee(const OContact & ocontact) { - setOContact(ocontact); -} - -OpieAddressee::OpieAddressee() { - empty = true; -} - -void OpieAddressee::setOContact(const OContact & ocontact) { - contact = ocontact; - QString id; - id.setNum(contact.uid()); - fName = contact.lastName() + ", " + contact.firstName(); - rName = contact.fullName(); - pEmail = contact.defaultEmail(); - empty = false; -} - |