Changeset 6498 for trunk/qt4-gui/src
- Timestamp:
- 08/26/08 18:57:40 (3 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/userdlg/info.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/userdlg/info.cpp
r6479 r6498 181 181 "Check this if you want to keep your changes to the Alias.")); 182 182 lay->addWidget(chkKeepAliasOnUpdate, CR, 3, 1, 2); 183 connect(nfoAlias, SIGNAL(text Changed(const QString&)), SLOT(aliasChanged()));183 connect(nfoAlias, SIGNAL(textEdited(const QString&)), SLOT(aliasChanged())); 184 184 } 185 185
