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_