10 #ifndef HK_KDENEWPASSWORDDIALOGBASE_H 11 #define HK_KDENEWPASSWORDDIALOGBASE_H 33 QLineEdit* passwordfield;
34 QLineEdit* repeatfield;
35 QLabel* passwordlabel;
36 QPushButton* buttonOk;
37 QPushButton* buttonCancel;
38 QLabel* headlinelabel;
41 virtual void data_changed();
42 virtual void ok_clicked();
45 QGridLayout* hk_kdenewpassworddialogbaseLayout;
47 QSpacerItem* Spacer1_2;
53 virtual void languageChange();
57 #endif // HK_KDENEWPASSWORDDIALOGBASE_H Definition: hk_kdenewpassworddialogbase.h:24