Changeset 6261 for branches/qt4-gui_group/src/dialogs/adduserdlg.h
- Timestamp:
- 06/11/08 08:33:16 (6 months ago)
- Files:
-
- 1 modified
-
branches/qt4-gui_group/src/dialogs/adduserdlg.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/qt4-gui_group/src/dialogs/adduserdlg.h
r6221 r6261 29 29 namespace LicqQtGui 30 30 { 31 class GroupComboBox; 31 32 class ProtoComboBox; 32 33 … … 41 42 QCheckBox* myNotify; 42 43 QLineEdit* myUin; 44 GroupComboBox* myGroup; 43 45 ProtoComboBox* myProtocol; 44 46
