diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:13 -0600 |
commit | 0ae5679aa160245af248836e1d7743aeff63f2e1 (patch) | |
tree | 64608dccc9bfd57800995a414f6287b7605ca637 /kinit/klauncher_cmds.h | |
parent | d3b5575f31f14629dbd3fd900665e1a69aa7bcd5 (diff) | |
download | tdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.tar.gz tdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.zip |
Additional kde to tde renaming
Diffstat (limited to 'kinit/klauncher_cmds.h')
-rw-r--r-- | kinit/klauncher_cmds.h | 14 |
1 files changed, 7 insertions, 7 deletions
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 |