summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_profile.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-04-24 13:24:33 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-04-24 13:24:33 +0000
commit6fb6adb873fdf453a9c712c5ec8cdfa3182d1973 (patch)
tree744d6c14da3f90cb03a2730b7de4e5f3ceba3e78 /protocols/Tox/src/tox_profile.h
parent90fae1963c8236f5fb8c73f490286539a7e061a7 (diff)
Tox: work commit
- multimedia dialogs are reworked - some fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@13081 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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