summaryrefslogtreecommitdiffstats
path: root/tdepasswd/passwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdepasswd/passwd.h')
-rw-r--r--tdepasswd/passwd.h2
1 files changed, 1 insertions, 1 deletions
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; }