From 53fe3bf43aeb43f51f6b6ebb7453938e85c0223b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 1 Dec 2018 23:39:45 +0900 Subject: Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. Signed-off-by: Michele Calgaro --- krdc/rdp/krdpview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'krdc/rdp') diff --git a/krdc/rdp/krdpview.cpp b/krdc/rdp/krdpview.cpp index 5188489b..4494fcfd 100644 --- a/krdc/rdp/krdpview.cpp +++ b/krdc/rdp/krdpview.cpp @@ -275,7 +275,7 @@ bool KRdpView::start() if ( m_password.isEmpty() ) { //There must not be an existing entry. Let's make one. - TQCString newPassword; + TQString newPassword; if (KPasswordDialog::getPassword(newPassword, i18n("Please enter the password.")) == KPasswordDialog::Accepted) { m_password = newPassword; wallet->writePassword(m_host, m_password); -- cgit v1.2.1