summaryrefslogtreecommitdiffstats
path: root/kdessh/sshdlg.h
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-05-17 12:45:40 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-05-17 12:45:40 -0500
commit359294c33620c8328d61f67635046d7cc060530c (patch)
treef2ac08fdad8860f7bc1ac76203e31013a799fda7 /kdessh/sshdlg.h
parent7be7990fc5770d2cbcd937772e8239167b5900c6 (diff)
downloadtdeutils-359294c33620c8328d61f67635046d7cc060530c.tar.gz
tdeutils-359294c33620c8328d61f67635046d7cc060530c.zip
Rename kdessh -> tdessh and kdelirc -> tdelirc.
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__