From 5988388361bf5d6c78aa57984765fc39dadaf19b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 3 Dec 2018 22:23:58 +0900 Subject: Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. Signed-off-by: Michele Calgaro --- src/ksvnwidgets/authdialogimpl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ksvnwidgets') diff --git a/src/ksvnwidgets/authdialogimpl.cpp b/src/ksvnwidgets/authdialogimpl.cpp index fc9ab46..dba4efc 100644 --- a/src/ksvnwidgets/authdialogimpl.cpp +++ b/src/ksvnwidgets/authdialogimpl.cpp @@ -54,8 +54,8 @@ const TQString AuthDialogImpl::Username()const const TQString AuthDialogImpl::Password() { #if 0 - /* as described in interface description wie must make a copy of string */ - curPass = TQString::fromUtf8(m_PasswordEdit->password()); + /* as described in interface description we must make a copy of string */ + curPass = m_PasswordEdit->password(); return curPass; #endif return m_PasswordEdit->text(); -- cgit v1.2.1