summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/addresspicker.h
Side-by-side diff
Diffstat (limited to 'noncore/unsupported/mail2/addresspicker.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mail2/addresspicker.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/noncore/unsupported/mail2/addresspicker.h b/noncore/unsupported/mail2/addresspicker.h
new file mode 100644
index 0000000..7d21915
--- a/dev/null
+++ b/noncore/unsupported/mail2/addresspicker.h
@@ -0,0 +1,24 @@
+#ifndef ADDRESSPICKER_H
+#define ADDRESSPICKER_H
+
+#include "addresspickerbase.h"
+
+class AddressPicker : public AddressPickerBase
+{
+ Q_OBJECT
+
+public:
+ static QString getNames();
+
+protected:
+ AddressPicker(QWidget *parent = 0, const char *name = 0,
+ bool modal = false, WFlags fl = 0);
+
+ QString selectedNames;
+
+ void accept();
+
+};
+
+#endif
+