Changeset 6048 for branches/qt-gui_qt4/src/userevents/usereventcommon.cpp
- Timestamp:
- 01/15/08 07:13:45 (10 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/qt-gui_qt4/src/userevents/usereventcommon.cpp
r6000 r6048 384 384 void UserEventCommon::slotSwitchSecurity() 385 385 { 386 new KeyRequestDlg(QString::from StdString(myUsers.front()), myPpid);386 new KeyRequestDlg(QString::fromAscii(myUsers.front().c_str()), myPpid); 387 387 } 388 388
