summaryrefslogtreecommitdiffstats
path: root/kdessh/kdessh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdessh/kdessh.cpp')
-rw-r--r--kdessh/kdessh.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdessh/kdessh.cpp b/kdessh/kdessh.cpp
index 0f48f1a..6a010d3 100644
--- a/kdessh/kdessh.cpp
+++ b/kdessh/kdessh.cpp
@@ -33,7 +33,7 @@
#include "sshdlg.h"
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "+host", I18N_NOOP("Specifies the remote host"), 0 },
{ "+command", I18N_NOOP("The command to run"), 0 },
@@ -42,7 +42,7 @@ static KCmdLineOptions options[] =
{ "n", I18N_NOOP("Do not keep password"), 0 },
{ "q", I18N_NOOP("Stop the daemon (forgets all passwords)"), 0 },
{ "t", I18N_NOOP("Enable terminal output (no password keeping)"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};