summaryrefslogtreecommitdiffstats
path: root/tdessh/sshdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdessh/sshdlg.h')
-rw-r--r--tdessh/sshdlg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdessh/sshdlg.h b/tdessh/sshdlg.h
index 79415ad..752a764 100644
--- a/tdessh/sshdlg.h
+++ b/tdessh/sshdlg.h
@@ -1,4 +1,4 @@
-/* vi: ts=8 sts=4 sw=4
+/*
*
* $Id$
*
@@ -14,7 +14,7 @@
class TDEsshDialog
: public KPasswordDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -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;