QTfrontend/ui/dialog/input_password.h
changeset 8364 fbc9bcc6c39d
parent 8181 70e980278080
child 9080 9b42757d7e71
--- 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;
 };