summaryrefslogtreecommitdiffstats
path: root/vcs/subversion/kdevsvnd.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2018-12-02 00:35:50 +0900
committerMichele Calgaro <[email protected]>2018-12-02 00:35:50 +0900
commitffaea4da9ce34f36672d59a1678bf81f38435317 (patch)
treeb62c8518c3a0a9f37c8bdf0e18dee3188e13bf71 /vcs/subversion/kdevsvnd.h
parent462aa443abab5ff916d11bdec0cc5a094d3e1fbd (diff)
downloadtdevelop-ffaea4da9ce34f36672d59a1678bf81f38435317.tar.gz
tdevelop-ffaea4da9ce34f36672d59a1678bf81f38435317.zip
Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'vcs/subversion/kdevsvnd.h')
-rw-r--r--vcs/subversion/kdevsvnd.h2
1 files changed, 1 insertions, 1 deletions
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);
};