summaryrefslogtreecommitdiffstats
path: root/kdessh/sshdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdessh/sshdlg.h')
-rw-r--r--kdessh/sshdlg.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/kdessh/sshdlg.h b/kdessh/sshdlg.h
deleted file mode 100644
index 45175d7..0000000
--- a/kdessh/sshdlg.h
+++ /dev/null
@@ -1,33 +0,0 @@
-/* vi: ts=8 sts=4 sw=4
- *
- * $Id$
- *
- * This file is part of the KDE project, module tdesu.
- * Copyright (C) 2000 Geert Jansen <jansen@kde.org>
- */
-
-#ifndef __SshDlg_h_Included__
-#define __SshDlg_h_Included__
-
-#include <kpassdlg.h>
-
-class KDEsshDialog
- : public KPasswordDialog
-{
- Q_OBJECT
-
-
-public:
- KDEsshDialog(TQCString host, TQCString user, TQCString stub,
- TQString prompt, bool enableKeep);
- ~KDEsshDialog();
-
-protected:
- bool checkPassword(const char *password);
-
-private:
- TQCString m_User, m_Host, m_Stub;
-};
-
-
-#endif // __SshDlg_h_Included__