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/kdesud/handler.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kdesu/kdesud/handler.cpp') diff --git a/kdesu/kdesud/handler.cpp b/kdesu/kdesud/handler.cpp index 1d52a58ac..2a744b217 100644 --- a/kdesu/kdesud/handler.cpp +++ b/kdesu/kdesud/handler.cpp @@ -1,8 +1,8 @@ /* - * 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 * - * handler.cpp: A connection handler for kdesud. + * handler.cpp: A connection handler for tdesud. */ @@ -21,8 +21,8 @@ #include #include -#include -#include +#include +#include #include "handler.h" #include "repo.h" @@ -32,7 +32,7 @@ // Global repository extern Repository *repo; -void kdesud_cleanup(); +void tdesud_cleanup(); ConnectionHandler::ConnectionHandler(int fd) : SocketSecurity(fd), m_exitCode(0), m_hasExitCode(false), m_needExitCode(false), m_pid(0) @@ -490,7 +490,7 @@ int ConnectionHandler::doCommand(TQCString buf) goto parse_error; kdDebug(1205) << "Stopping by command" << endl; respond(Res_OK); - kdesud_cleanup(); + tdesud_cleanup(); exit(0); default: -- cgit v1.2.1