Changeset 6303 for trunk/qt4-gui/src/dialogs/editgrpdlg.h
- Timestamp:
- 06/14/08 12:18:55 (6 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/dialogs/editgrpdlg.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/dialogs/editgrpdlg.h
r6296 r6303 32 32 namespace LicqQtGui 33 33 { 34 class InfoField;35 36 34 class EditGrpDlg : public QDialog 37 35 { … … 71 69 QPushButton* btnDone; 72 70 QPushButton* btnEdit; 73 QPushButton* btnNewUser;74 71 QPushButton* btnSave; 75 72 76 73 QLineEdit* edtName; 77 InfoField* nfoNewUser;78 74 79 75 unsigned short myEditGroupId; … … 90 86 void slot_editok(); 91 87 void slot_editcancel(); 92 void slot_newuser();93 88 }; 94 89
