summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/ccontextlistener.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-12-03 22:23:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-12-03 22:23:58 +0900
commit5988388361bf5d6c78aa57984765fc39dadaf19b (patch)
treef68deaa5798f1473c9d30b2a623f75855768701f /src/svnfrontend/ccontextlistener.cpp
parent17d4378d306d5c059be30aa5a9a93a9acc18e355 (diff)
downloadtdesvn-59883883.tar.gz
tdesvn-59883883.zip
Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/svnfrontend/ccontextlistener.cpp')
-rw-r--r--src/svnfrontend/ccontextlistener.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnfrontend/ccontextlistener.cpp b/src/svnfrontend/ccontextlistener.cpp
index 572b2a4..c66eede 100644
--- a/src/svnfrontend/ccontextlistener.cpp
+++ b/src/svnfrontend/ccontextlistener.cpp
@@ -293,7 +293,7 @@ bool CContextListener::contextSslClientCertPwPrompt (TQString & password,
{
maysave = false;
emit waitShow(true);
- TQCString npass;
+ TQString npass;
int keep = 1;
int res = KPasswordDialog::getPassword(npass,
i18n("Enter password for realm %1").arg(realm),