diff -r 89a6b7cc6f95 -r fbc9bcc6c39d QTfrontend/ui/dialog/input_password.h --- a/QTfrontend/ui/dialog/input_password.h Fri Jan 04 19:42:49 2013 +0400 +++ b/QTfrontend/ui/dialog/input_password.h Tue Jan 08 21:27:35 2013 +0200 @@ -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; };