From 7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 02:28:57 -0600 Subject: Additional kde to tde renaming --- kdesu/kdesu/kdesu.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kdesu/kdesu/kdesu.cpp') diff --git a/kdesu/kdesu/kdesu.cpp b/kdesu/kdesu/kdesu.cpp index 3d18b8764..d6aeebc6f 100644 --- a/kdesu/kdesu/kdesu.cpp +++ b/kdesu/kdesu/kdesu.cpp @@ -1,6 +1,6 @@ /* vi: ts=8 sts=4 sw=4 * - * This file is part of the KDE project, module kdesu. + * This file is part of the KDE project, module tdesu. * Copyright (C) 1998 Pietro Iglio * Copyright (C) 1999,2000 Geert Jansen */ @@ -39,9 +39,9 @@ #include #include -#include -#include -#include +#include +#include +#include #include "sudlg.h" @@ -96,7 +96,7 @@ int main(int argc, char *argv[]) if (duser && duser[0]) options[3].def = duser; - KAboutData aboutData("kdesu", I18N_NOOP("KDE su"), + KAboutData aboutData("tdesu", I18N_NOOP("KDE su"), Version, I18N_NOOP("Runs a program with elevated privileges."), KAboutData::License_Artistic, "Copyright (c) 1998-2000 Geert Jansen, Pietro Iglio"); @@ -108,7 +108,7 @@ int main(int argc, char *argv[]) KCmdLineArgs::init(argc, argv, &aboutData); KCmdLineArgs::addCmdLineOptions(options); KApplication::disableAutoDcopRegistration(); - // kdesu doesn't process SM events, so don't even connect to ksmserver + // tdesu doesn't process SM events, so don't even connect to ksmserver TQCString session_manager = getenv( "SESSION_MANAGER" ); unsetenv( "SESSION_MANAGER" ); KApplication app; @@ -272,7 +272,7 @@ static int startApp() just_started = true; } - // Try to exec the command with kdesud. + // Try to exec the command with tdesud. bool keep = !args->isSet("n") && have_daemon; bool terminal = true; bool new_dcop = args->isSet("newdcop"); -- cgit v1.2.3