summaryrefslogtreecommitdiffstats
path: root/tdessh/sshdlg.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-11-30 11:26:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-11-30 11:26:25 +0900
commit580ffcad3885e5d24e98a9dffe4962654753136e (patch)
treed9019fe61ba9d77465eed215e3aa607772d76d39 /tdessh/sshdlg.h
parent1d93eb1e7a39aae33ed852b61b490882e101432e (diff)
downloadtdeutils-580ffcad3885e5d24e98a9dffe4962654753136e.tar.gz
tdeutils-580ffcad3885e5d24e98a9dffe4962654753136e.zip
Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdessh/sshdlg.h')
-rw-r--r--tdessh/sshdlg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdessh/sshdlg.h b/tdessh/sshdlg.h
index 79415ad..5f4f734 100644
--- a/tdessh/sshdlg.h
+++ b/tdessh/sshdlg.h
@@ -23,7 +23,7 @@ public:
~TDEsshDialog();
protected:
- bool checkPassword(const char *password);
+ bool checkPassword(const TQString &password);
private:
TQCString m_User, m_Host, m_Stub;