Diffstat (limited to 'plugindtmkabc/qtopiaaddressee.h') (more/less context) (ignore whitespace changes)
-rw-r--r-- | plugindtmkabc/qtopiaaddressee.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/plugindtmkabc/qtopiaaddressee.h b/plugindtmkabc/qtopiaaddressee.h new file mode 100644 index 0000000..f7d18a3 --- a/dev/null +++ b/plugindtmkabc/qtopiaaddressee.h @@ -0,0 +1,20 @@ +#include <qstringlist.h> +#include <kabc/addressee.h> + +#ifndef QTOPIA_ADDRESSE_H +#define QTOPIA_ADDRESSE_H + +class QtopiaAddressee : public KABC::Addressee { + + public: + + QtopiaAddressee(const QStringList& contact); + QtopiaAddressee(); + void setPimContact(const QStringList& contact); + + private: + +}; + +#endif + |