diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:28:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:28:57 -0600 |
commit | 7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04 (patch) | |
tree | b7c6396f4f7fe78dcd49424bff707e977541de18 /kdesu/kdesud/handler.cpp | |
parent | 66c0fa70796c1989a9f3adb0c5c0ad799ade48ca (diff) | |
download | tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.tar.gz tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.zip |
Additional kde to tde renaming
Diffstat (limited to 'kdesu/kdesud/handler.cpp')
-rw-r--r-- | kdesu/kdesud/handler.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
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 <jansen@kde.org> * - * handler.cpp: A connection handler for kdesud. + * handler.cpp: A connection handler for tdesud. */ @@ -21,8 +21,8 @@ #include <tqcstring.h> #include <kdebug.h> -#include <kdesu/su.h> -#include <kdesu/ssh.h> +#include <tdesu/su.h> +#include <tdesu/ssh.h> #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: |