summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/passdiag.h
blob: b611dd5ac563e743a83d57d24407a7a35534173e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef PASSDIAG_H
#define PASSDIAG_H

#include "passdiagbase.h"

class PassDiag : public PassDiagBase
{
	Q_OBJECT

public:
	static QString getPassword(QWidget *parent, QString text);

protected:
	PassDiag(QString text, QWidget *parent, const char *name = 0, bool modal = false, WFlags fl = 0);

protected slots:
	void accept();

};

#endif