author | ulf69 <ulf69> | 2004-08-06 18:24:25 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-08-06 18:24:25 (UTC) |
commit | 79bb2950bd27b5e138d2fd7afe2ab37b6b036cae (patch) (unidiff) | |
tree | abd40f9f1f6cb2a73e2410e67c7889efb855c85f /pluginopiekabc/opieaddressbookplugin.h | |
parent | aeb62a1841266e1bec8250a1af9ec3231eb25655 (diff) | |
download | kdepimpi-79bb2950bd27b5e138d2fd7afe2ab37b6b036cae.zip kdepimpi-79bb2950bd27b5e138d2fd7afe2ab37b6b036cae.tar.gz kdepimpi-79bb2950bd27b5e138d2fd7afe2ab37b6b036cae.tar.bz2 |
functionality now handled by kabc resourceadapter
Diffstat (limited to 'pluginopiekabc/opieaddressbookplugin.h') (more/less context) (ignore whitespace changes)
-rw-r--r-- | pluginopiekabc/opieaddressbookplugin.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/pluginopiekabc/opieaddressbookplugin.h b/pluginopiekabc/opieaddressbookplugin.h deleted file mode 100644 index 1ad1c15..0000000 --- a/pluginopiekabc/opieaddressbookplugin.h +++ b/dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | #include <qwidget.h> | ||
2 | #include <kabc/koaddressbookinterface.h> | ||
3 | #include <kabc/addressee.h> | ||
4 | #include <opie/ocontactaccess.h> | ||
5 | |||
6 | struct OpieAddressBookPlugin : public KOAddressBookInterface { | ||
7 | |||
8 | public: | ||
9 | |||
10 | OpieAddressBookPlugin::OpieAddressBookPlugin(); | ||
11 | QString name(); | ||
12 | KABC::Addressee::List getAddressees(); | ||
13 | KABC::Addressee::List findByEmail(const QString &email); | ||
14 | QRESULT queryInterface( const QUuid&, QUnknownInterface** ); | ||
15 | Q_REFCOUNT | ||
16 | protected: | ||
17 | OContactAccess *access; | ||
18 | ulong ref; | ||
19 | }; | ||