author | ulf69 <ulf69> | 2004-08-06 18:30:46 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-08-06 18:30:46 (UTC) |
commit | 8d905d7489f50210afde611138245ae2ee180f8f (patch) (unidiff) | |
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 @@ | |||
1 | #ifndef KO_ADDRESS_BOOK_INTERFACE_H | ||
2 | #define KO_ADDRESS_BOOK_INTERFACE_H | ||
3 | |||
4 | #include <qwidget.h> | ||
5 | #include <qpe/qcom.h> | ||
6 | #include "addressee.h" | ||
7 | |||
8 | #ifndef QT_NO_COMPONENT | ||
9 | #ifndef IID_KOAddressBookInterface | ||
10 | #define IID_KOAddressBookInterface QUuid( 0x7505e192, 0x4977, 0x465a, 0xb7, 0x2f, 0x0a, 0x8d, 0xd4, 0x91, 0xcf, 0x43) | ||
11 | #endif | ||
12 | #endif | ||
13 | |||
14 | struct KOAddressBookInterface : public QUnknownInterface { | ||
15 | |||
16 | virtual QString name() = 0; | ||
17 | virtual KABC::Addressee::List getAddressees() = 0; | ||
18 | |||
19 | }; | ||
20 | #endif | ||
21 | |||