Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro 6 years ago
parent cacbea2675
commit 536c9bab87
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -290,7 +290,7 @@ bool ConfigElem::assertPassword( bool force )
while( TQApplication::overrideCursor() )
TQApplication::restoreOverrideCursor();
TQCString password; //for the password dialog to store the password
TQString password; //for the password dialog to store the password
int result = KPasswordDialog::getPassword( password, i18n( "Please type in the password for %1" ).arg( getAccountName() ) );
//set waiting cursor

Loading…
Cancel
Save