From 27f2cfdc57b75ea3994e31ad436464353d966cdd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 02:32:00 -0600 Subject: Additional kde to tde renaming --- kdessh/kdessh.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kdessh/kdessh.cpp') diff --git a/kdessh/kdessh.cpp b/kdessh/kdessh.cpp index 438aa33..a3d5003 100644 --- a/kdessh/kdessh.cpp +++ b/kdessh/kdessh.cpp @@ -2,7 +2,7 @@ * * $Id$ * - * This file is part of the KDE project, module kdesu. + * This file is part of the KDE project, module tdesu. * Copyright (C) 2000 Geert Jansen */ @@ -27,9 +27,9 @@ #include #include -#include -#include -#include +#include +#include +#include #include "sshdlg.h" @@ -38,7 +38,7 @@ static KCmdLineOptions options[] = { "+host", I18N_NOOP("Specifies the remote host"), 0 }, { "+command", I18N_NOOP("The command to run"), 0 }, { "u ", I18N_NOOP("Specifies the target uid"), 0 }, - { "s ", I18N_NOOP("Specify remote stub location"), "kdesu_stub" }, + { "s ", I18N_NOOP("Specify remote stub location"), "tdesu_stub" }, { "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 }, @@ -128,7 +128,7 @@ int main(int argc, char *argv[]) have_daemon = false; } - // Try to exec the command with kdesud? + // Try to exec the command with tdesud? bool keep = !args->isSet("n") && have_daemon; bool terminal = args->isSet("t"); if (keep && !terminal) -- cgit v1.2.1