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/addresseedialog.h | |
parent | 555e6179368fb2446c802041a01db4c9dad7db8f (diff) | |
download | kdepimpi-8d905d7489f50210afde611138245ae2ee180f8f.zip kdepimpi-8d905d7489f50210afde611138245ae2ee180f8f.tar.gz kdepimpi-8d905d7489f50210afde611138245ae2ee180f8f.tar.bz2 |
functionality now implemented in kabc resource plugins
-rw-r--r-- | libkabcwrap/addresseedialog.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/libkabcwrap/addresseedialog.h b/libkabcwrap/addresseedialog.h deleted file mode 100644 index 400214e..0000000 --- a/libkabcwrap/addresseedialog.h +++ b/dev/null @@ -1,17 +0,0 @@ -#ifndef ADDRESSEE_DIALOG -#define ADDRESSEE_DIALOG - -#include "addressee.h" -#include "koaddressbookpluginloader.h" - -namespace KABC { - -class AddresseeDialog : public KOAddressBookPluginLoader { - - public: - static Addressee getAddressee( QWidget *parent ); - static Addressee::List getAddressees( QWidget *parent ); - -}; -} -#endif |