diff -r 46a9fde631f4 -r 75db7bb8dce8 QTfrontend/ui/dialog/input_password.h --- 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; };