branch | webgl |
changeset 8444 | 75db7bb8dce8 |
parent 8364 | fbc9bcc6c39d |
child 9080 | 9b42757d7e71 |
--- a/QTfrontend/ui/dialog/input_password.h Wed Jan 02 11:11:49 2013 +0100 +++ b/QTfrontend/ui/dialog/input_password.h Sun Jan 27 00:28:57 2013 +0100 @@ -23,6 +23,7 @@ class QLineEdit; class QCheckBox; +class QPushButton; class HWPasswordDialog : public QDialog { @@ -33,6 +34,7 @@ QLineEdit* lePassword; QLineEdit* leNickname; QCheckBox* cbSave; + QPushButton * pbNewAccount; };