summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_profile.h
blob: 796f264d5b14472b4f2734665678f8a712c6babc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef _TOX_PROFILE_H_
#define _TOX_PROFILE_H_

class CToxPasswordEditor : public CToxDlgBase
{
private:
	CCtrlEdit password;
	CCtrlCheck savePermanently;

	CCtrlButton ok;

protected:
	void OnOk(CCtrlButton*);

public:
	CToxPasswordEditor(CToxProto *proto);
};

#endif //_TOX_PROFILE_H_