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) (unidiff)
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 @@
1#include "qtopiaaddressee.h"
2
3QtopiaAddressee::QtopiaAddressee(const QStringList& contact) {
4 setPimContact(contact);
5}
6
7QtopiaAddressee::QtopiaAddressee() {
8 empty = true;
9}
10
11void QtopiaAddressee::setPimContact(const QStringList& contact) {
12 if ( contact[40].isEmpty() )
13 id = contact[0];
14 else
15 id = contact[40];
16 fName = contact[2];
17 rName = contact[2];
18 pEmail = contact[40];
19 empty = false;
20 mails.clear();
21 mobilehomephone = contact[30] ;
22 workphone = contact[16];
23 homephone = contact[31];
24 //mails = pimContact.emailList();
25}
26