From 536c9bab87fcc979fa957d10602cda8fc9114ede Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 3 Dec 2018 15:50:13 +0900 Subject: [PATCH] Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. Signed-off-by: Michele Calgaro --- kshowmail/configelem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kshowmail/configelem.cpp b/kshowmail/configelem.cpp index 9685763..4407256 100644 --- a/kshowmail/configelem.cpp +++ b/kshowmail/configelem.cpp @@ -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