From ffaea4da9ce34f36672d59a1678bf81f38435317 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 2 Dec 2018 00:35:50 +0900 Subject: Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. Signed-off-by: Michele Calgaro --- vcs/subversion/kdevsvnd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcs/subversion/kdevsvnd.h') diff --git a/vcs/subversion/kdevsvnd.h b/vcs/subversion/kdevsvnd.h index 438520e1..a3a1c2f6 100644 --- a/vcs/subversion/kdevsvnd.h +++ b/vcs/subversion/kdevsvnd.h @@ -44,7 +44,7 @@ k_dcop: TQString commitDialog(TQString); int sslServerTrustPrompt(TQString certFailMsg, TQString hostname, TQString fingerPrint, TQString validfrom, TQString validuntil, TQString issuerName, TQString ascii_cert ); TQString sslCertFile(); - TQCString sslPasswdDlg(TQString promptMsg); + TQString sslPasswdDlg(TQString promptMsg); }; -- cgit v1.2.3