From 6ae10fc66ed3c35e98e49bac8bf6670f0a9e2d6b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 28 Nov 2018 00:04:05 +0900 Subject: Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. Signed-off-by: Michele Calgaro --- tdepasswd/passwd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdepasswd/passwd.h') diff --git a/tdepasswd/passwd.h b/tdepasswd/passwd.h index a5a75d5ff..83bde9a83 100644 --- a/tdepasswd/passwd.h +++ b/tdepasswd/passwd.h @@ -25,7 +25,7 @@ public: enum Errors { PasswdNotFound=1, PasswordIncorrect, PasswordNotGood }; - int checkCurrent(const char *oldpass); + int checkCurrent(const TQString &oldpass); int exec(const char *oldpass, const char *newpass, int check=0); TQCString error() { return m_Error; } -- cgit v1.2.3