summaryrefslogtreecommitdiffstats
path: root/kdessh/kdessh.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:48:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:48:02 -0600
commitfe0432259a73c5b048cf34ea30f525ed2af392ce (patch)
treeab887d531fd1bc5d5e5e711f10a49e8e89f15cae /kdessh/kdessh.cpp
parent34ec7cf1e70300eb43f3822ce3261893f9f8ace6 (diff)
downloadtdeutils-fe0432259a73c5b048cf34ea30f525ed2af392ce.tar.gz
tdeutils-fe0432259a73c5b048cf34ea30f525ed2af392ce.zip
Rename KCmd to avoid conflicts with KDE4
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
};