From 0ae5679aa160245af248836e1d7743aeff63f2e1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 02:31:13 -0600 Subject: Additional kde to tde renaming --- kdesu/su.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kdesu/su.cpp') diff --git a/kdesu/su.cpp b/kdesu/su.cpp index 864a3bcc0..0739c29c3 100644 --- a/kdesu/su.cpp +++ b/kdesu/su.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) 1999,2000 Geert Jansen * * Sudo support added by Jonathan Riddell @@ -112,7 +112,7 @@ int SuProcess::exec(const char *password, int check) if (superUserCommand == "su") { args += "-c"; } - args += TQCString(__KDE_BINDIR) + "/kdesu_stub"; + args += TQCString(__KDE_BINDIR) + "/tdesu_stub"; #ifndef Q_OS_DARWIN args += "-"; #endif @@ -199,7 +199,7 @@ int SuProcess::exec(const char *password, int check) if (iret < 0) { if (!check) - kdError(900) << k_lineinfo << "Converstation with kdesu_stub failed\n"; + kdError(900) << k_lineinfo << "Converstation with tdesu_stub failed\n"; return iret; } else if (iret == 1) @@ -245,7 +245,7 @@ int SuProcess::ConverseSU(const char *password) case WaitForPrompt: { // In case no password is needed. - if (line == "kdesu_stub") + if (line == "tdesu_stub") { unreadLine(line); return ok; @@ -319,8 +319,8 @@ int SuProcess::ConverseSU(const char *password) } ////////////////////////////////////////////////////////////////////////// case HandleStub: - // Read till we get "kdesu_stub" - if (line == "kdesu_stub") + // Read till we get "tdesu_stub" + if (line == "tdesu_stub") { unreadLine(line); return ok; -- cgit v1.2.1