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/addresseedialog.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/addresseedialog.h') (more/less context) (ignore whitespace changes)
-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 @@ | |||
1 | #ifndef ADDRESSEE_DIALOG | ||
2 | #define ADDRESSEE_DIALOG | ||
3 | |||
4 | #include "addressee.h" | ||
5 | #include "koaddressbookpluginloader.h" | ||
6 | |||
7 | namespace KABC { | ||
8 | |||
9 | class AddresseeDialog : public KOAddressBookPluginLoader { | ||
10 | |||
11 | public: | ||
12 | static Addressee getAddressee( QWidget *parent ); | ||
13 | static Addressee::List getAddressees( QWidget *parent ); | ||
14 | |||
15 | }; | ||
16 | } | ||
17 | #endif | ||