Diffstat (limited to 'plugindtmkabc/qtopiaaddressee.cpp') (more/less context) (show whitespace changes)
-rw-r--r-- | plugindtmkabc/qtopiaaddressee.cpp | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/plugindtmkabc/qtopiaaddressee.cpp b/plugindtmkabc/qtopiaaddressee.cpp deleted file mode 100644 index e8e49f5..0000000 --- a/plugindtmkabc/qtopiaaddressee.cpp +++ b/dev/null @@ -1,26 +0,0 @@ -#include "qtopiaaddressee.h" - -QtopiaAddressee::QtopiaAddressee(const QStringList& contact) { - setPimContact(contact); -} - -QtopiaAddressee::QtopiaAddressee() { - empty = true; -} - -void QtopiaAddressee::setPimContact(const QStringList& contact) { - if ( contact[40].isEmpty() ) - id = contact[0]; - else - id = contact[40]; - fName = contact[2]; - rName = contact[2]; - pEmail = contact[40]; - empty = false; - mails.clear(); - mobilehomephone = contact[30] ; - workphone = contact[16]; - homephone = contact[31]; - //mails = pimContact.emailList(); -} - |