summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/addresspicker.h
blob: 7d219159f94cac44a56dfbe95e7a8388b15b0ab8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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