summaryrefslogtreecommitdiffabout
path: root/pluginqtopiakabc/qtopiaaddressee.h
Side-by-side diff
Diffstat (limited to 'pluginqtopiakabc/qtopiaaddressee.h') (more/less context) (ignore whitespace changes)
-rw-r--r--pluginqtopiakabc/qtopiaaddressee.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/pluginqtopiakabc/qtopiaaddressee.h b/pluginqtopiakabc/qtopiaaddressee.h
deleted file mode 100644
index c86d6c0..0000000
--- a/pluginqtopiakabc/qtopiaaddressee.h
+++ b/dev/null
@@ -1,21 +0,0 @@
-#include <qpe/pim/contact.h>
-#include <kabc/addressee.h>
-
-#ifndef QTOPIA_ADDRESSE_H
-#define QTOPIA_ADDRESSE_H
-
-class QtopiaAddressee : public KABC::Addressee {
-
- public:
-
- QtopiaAddressee(const PimContact & pimContact);
- QtopiaAddressee();
- void setPimContact(const PimContact & pimContact);
-
- private:
- QString id;
- bool empty;
-};
-
-#endif
-