summaryrefslogtreecommitdiffabout
path: root/plugindtmkabc/qtopiaaddressee.cpp
authorulf69 <ulf69>2004-08-06 18:24:25 (UTC)
committer ulf69 <ulf69>2004-08-06 18:24:25 (UTC)
commit79bb2950bd27b5e138d2fd7afe2ab37b6b036cae (patch) (side-by-side diff)
treeabd40f9f1f6cb2a73e2410e67c7889efb855c85f /plugindtmkabc/qtopiaaddressee.cpp
parentaeb62a1841266e1bec8250a1af9ec3231eb25655 (diff)
downloadkdepimpi-79bb2950bd27b5e138d2fd7afe2ab37b6b036cae.zip
kdepimpi-79bb2950bd27b5e138d2fd7afe2ab37b6b036cae.tar.gz
kdepimpi-79bb2950bd27b5e138d2fd7afe2ab37b6b036cae.tar.bz2
functionality now handled by kabc resourceadapter
Diffstat (limited to 'plugindtmkabc/qtopiaaddressee.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--plugindtmkabc/qtopiaaddressee.cpp26
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();
-}
-