Diffstat (limited to 'plugindtmkabc/qtopiaaddressee.h') (more/less context) (show whitespace changes)
-rw-r--r-- | plugindtmkabc/qtopiaaddressee.h | 20 |
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 @@ -#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 - |