author | ulf69 <ulf69> | 2004-08-06 18:30:46 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-08-06 18:30:46 (UTC) |
commit | 8d905d7489f50210afde611138245ae2ee180f8f (patch) (side-by-side diff) | |
tree | 27ef58359afe49e2e4e35734cf8fbe679cd6ed9c /libkabcwrap/koaddressbookinterface.h | |
parent | 555e6179368fb2446c802041a01db4c9dad7db8f (diff) | |
download | kdepimpi-8d905d7489f50210afde611138245ae2ee180f8f.zip kdepimpi-8d905d7489f50210afde611138245ae2ee180f8f.tar.gz kdepimpi-8d905d7489f50210afde611138245ae2ee180f8f.tar.bz2 |
functionality now implemented in kabc resource plugins
Diffstat (limited to 'libkabcwrap/koaddressbookinterface.h') (more/less context) (show whitespace changes)
-rw-r--r-- | libkabcwrap/koaddressbookinterface.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/libkabcwrap/koaddressbookinterface.h b/libkabcwrap/koaddressbookinterface.h deleted file mode 100644 index 3889d2a..0000000 --- a/libkabcwrap/koaddressbookinterface.h +++ b/dev/null @@ -1,21 +0,0 @@ -#ifndef KO_ADDRESS_BOOK_INTERFACE_H -#define KO_ADDRESS_BOOK_INTERFACE_H - -#include <qwidget.h> -#include <qpe/qcom.h> -#include "addressee.h" - -#ifndef QT_NO_COMPONENT -#ifndef IID_KOAddressBookInterface -#define IID_KOAddressBookInterface QUuid( 0x7505e192, 0x4977, 0x465a, 0xb7, 0x2f, 0x0a, 0x8d, 0xd4, 0x91, 0xcf, 0x43) -#endif -#endif - -struct KOAddressBookInterface : public QUnknownInterface { - - virtual QString name() = 0; - virtual KABC::Addressee::List getAddressees() = 0; - -}; -#endif - |