From 8b1fce53157829cef85f1fa7fbd13da804522032 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 3 Dec 2018 14:38:28 +0900 Subject: Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.git Signed-off-by: Michele Calgaro --- conduits/malconduit/mal-setup.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conduits/malconduit/mal-setup.cc b/conduits/malconduit/mal-setup.cc index e853367..3a4c373 100644 --- a/conduits/malconduit/mal-setup.cc +++ b/conduits/malconduit/mal-setup.cc @@ -109,7 +109,7 @@ MALWidgetSetup::~MALWidgetSetup() MALConduitSettings::setProxyPort(0); } MALConduitSettings::setProxyUser( fConfigWidget->proxyUserName->text() ); - MALConduitSettings::setProxyPassword( fConfigWidget->proxyPassword->password() ); + MALConduitSettings::setProxyPassword( fConfigWidget->proxyPassword->password().latin1() ); // MAL Server settings (not yet possible!!!) MALConduitSettings::setMALServer( fConfigWidget->malServerName->currentText() ); -- cgit v1.2.3