summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Tox/src/tox_profile.h')
-rw-r--r--protocols/Tox/src/tox_profile.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/protocols/Tox/src/tox_profile.h b/protocols/Tox/src/tox_profile.h
new file mode 100644
index 0000000000..796f264d5b
--- /dev/null
+++ b/protocols/Tox/src/tox_profile.h
@@ -0,0 +1,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_ \ No newline at end of file