summaryrefslogtreecommitdiffabout
path: root/libkabcwrap/koaddressbookinterface.h
Unidiff
Diffstat (limited to 'libkabcwrap/koaddressbookinterface.h') (more/less context) (show whitespace changes)
-rw-r--r--libkabcwrap/koaddressbookinterface.h21
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
14struct KOAddressBookInterface : public QUnknownInterface {
15
16 virtual QString name() = 0;
17 virtual KABC::Addressee::List getAddressees() = 0;
18
19};
20#endif
21