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 --- kinit/klauncher_cmds.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kinit/klauncher_cmds.h') diff --git a/kinit/klauncher_cmds.h b/kinit/klauncher_cmds.h index ff2993ad0..11105907b 100644 --- a/kinit/klauncher_cmds.h +++ b/kinit/klauncher_cmds.h @@ -44,7 +44,7 @@ typedef struct /* * LAUNCHER_SETENV * - * Change environment of future processes launched via kdeinit. + * Change environment of future processes launched via tdeinit. * DON'T use this if you want to change environment only for one * application you're going to start. * @@ -56,7 +56,7 @@ typedef struct /* * LAUNCHER_DIED * - * Notification A child of kdeinit died. + * Notification A child of tdeinit died. * * long pid; * long exit_code; @@ -94,7 +94,7 @@ typedef struct * char *envs: environment strings. * int avoid_loops : avoid using the first path in $PATH where * this process binary is found in order to avoid - * infinite loop by binary->kdeinit_wrapper link in $PATH + * infinite loop by binary->tdeinit_wrapper link in $PATH * char* startup_id: app startup notification id, "0" for none, * "" ( empty string ) is the default */ @@ -132,7 +132,7 @@ typedef struct * char *envs: environment strings. * int avoid_loops : avoid using the first path in $PATH where * this process binary is found in order to avoid - * infinite loop by binary->kdeinit_wrapper link in $PATH + * infinite loop by binary->tdeinit_wrapper link in $PATH * char* startup_id: app startup notification id, "0" for none, * "" ( empty string ) is the default * @@ -154,7 +154,7 @@ typedef struct * char *tty: tty to redirect stdout/stderr to. * int avoid_loops : avoid using the first path in $PATH where * this process binary is found in order to avoid - * infinite loop by binary->kdeinit_wrapper link in $PATH + * infinite loop by binary->tdeinit_wrapper link in $PATH * char* startup_id: app startup notification id, "0" for none, * "" ( empty string ) is the default */ @@ -174,12 +174,12 @@ typedef struct * char *envs: environment strings. * int avoid_loops : avoid using the first path in $PATH where * this process binary is found in order to avoid - * infinite loop by binary->kdeinit_wrapper link in $PATH + * infinite loop by binary->tdeinit_wrapper link in $PATH */ #define LAUNCHER_FD 42 /* - * File descriptor to use for communication with kdeinit. + * File descriptor to use for communication with tdeinit. */ #endif -- cgit v1.2.1