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/koaddressbookpluginloader.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/koaddressbookpluginloader.h') (more/less context) (ignore whitespace changes)
-rw-r--r-- | libkabcwrap/koaddressbookpluginloader.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/libkabcwrap/koaddressbookpluginloader.h b/libkabcwrap/koaddressbookpluginloader.h deleted file mode 100644 index 0182b29..0000000 --- a/libkabcwrap/koaddressbookpluginloader.h +++ b/dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | #ifndef KO_ADDRESS_BOOK_PLUGIN_LOADER_H | ||
2 | #define KO_ADDRESS_BOOK_PLUGIN_LOADER_H | ||
3 | |||
4 | #include "addressee.h" | ||
5 | #include "koaddressbookinterface.h" | ||
6 | |||
7 | class KOAddressBookPluginLoader { | ||
8 | |||
9 | public: | ||
10 | static KOAddressBookInterface *getInterface(); | ||
11 | static KABC::Addressee::List getAddresseesFromPlugin(); | ||
12 | |||
13 | private: | ||
14 | static KOAddressBookInterface *iface; | ||
15 | static KABC::Addressee::List addresseeList; | ||
16 | }; | ||
17 | |||
18 | #endif | ||