summaryrefslogtreecommitdiffabout
path: root/plugindtmkabc/qtopiaaddressee.h
Unidiff
Diffstat (limited to 'plugindtmkabc/qtopiaaddressee.h') (more/less context) (ignore whitespace changes)
-rw-r--r--plugindtmkabc/qtopiaaddressee.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/plugindtmkabc/qtopiaaddressee.h b/plugindtmkabc/qtopiaaddressee.h
deleted file mode 100644
index f7d18a3..0000000
--- a/plugindtmkabc/qtopiaaddressee.h
+++ b/dev/null
@@ -1,20 +0,0 @@
1#include <qstringlist.h>
2#include <kabc/addressee.h>
3
4#ifndef QTOPIA_ADDRESSE_H
5#define QTOPIA_ADDRESSE_H
6
7class QtopiaAddressee : public KABC::Addressee {
8
9 public:
10
11 QtopiaAddressee(const QStringList& contact);
12 QtopiaAddressee();
13 void setPimContact(const QStringList& contact);
14
15 private:
16
17};
18
19#endif
20