author | ulf69 <ulf69> | 2004-08-06 18:27:05 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-08-06 18:27:05 (UTC) |
commit | 555e6179368fb2446c802041a01db4c9dad7db8f (patch) (side-by-side diff) | |
tree | 92f270227cebb3e44420c9d73dc72500f8b7e4c8 /pluginqtopiakabc/qtopiaaddressee.h | |
parent | 79bb2950bd27b5e138d2fd7afe2ab37b6b036cae (diff) | |
download | kdepimpi-555e6179368fb2446c802041a01db4c9dad7db8f.zip kdepimpi-555e6179368fb2446c802041a01db4c9dad7db8f.tar.gz kdepimpi-555e6179368fb2446c802041a01db4c9dad7db8f.tar.bz2 |
functionality now implemented by kabc resourceadapter
Diffstat (limited to 'pluginqtopiakabc/qtopiaaddressee.h') (more/less context) (show whitespace changes)
-rw-r--r-- | pluginqtopiakabc/qtopiaaddressee.h | 21 |
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 - |