mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Q3CString--
svn path=/trunk/KDE/kdebase/kdepasswd/; revision=477657
This commit is contained in:
parent
00e0c799a2
commit
33e2c0eb68
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ void KCMUserAccount::save()
|
|||
/* Save realname to /etc/passwd */
|
||||
if ( _mw->leRealname->isModified() )
|
||||
{
|
||||
Q3CString password;
|
||||
QByteArray password;
|
||||
int ret = KPasswordDialog::getPassword( _mw, password, i18n("Please enter "
|
||||
"your password in order to save your settings:"));
|
||||
|
||||
|
|
Loading…
Reference in a new issue