summaryrefslogtreecommitdiff
path: root/noncore/apps/checkbook/qcheckname.h
blob: c47c4f9bf848cbb1f83bd226127943a26235f885 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "qchecknamebase.h"
#include <qstring.h>
#include <qwidget.h>

class QCheckName : public QCheckNameBase
{
	Q_OBJECT
	public:
		QCheckName();
		static QString getName();
	private:
		QWidget *m_parent;
	private slots:
		void clicked();
};