Changeset 6287 for trunk/qt4-gui/src/dialogs/adduserdlg.h
- Timestamp:
- 06/14/08 04:06:02 (6 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/dialogs/adduserdlg.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/dialogs/adduserdlg.h
r6221 r6287 29 29 namespace LicqQtGui 30 30 { 31 class GroupComboBox; 31 32 class ProtoComboBox; 32 33 … … 40 41 private: 41 42 QCheckBox* myNotify; 42 QLineEdit* myUin; 43 QLineEdit* myId; 44 GroupComboBox* myGroup; 43 45 ProtoComboBox* myProtocol; 44 46
