diff options
Diffstat (limited to 'kdesu/process.h')
-rw-r--r-- | kdesu/process.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdesu/process.h b/kdesu/process.h index c45132a9c..536cb1f4a 100644 --- a/kdesu/process.h +++ b/kdesu/process.h @@ -159,7 +159,7 @@ public: /* static */ ** (which may be zero). ** If child @p has not exited, return -2. */ - enum checkPidStatus { Error=-1, NotExited=-2, Killed=-3 } ; + enum checkPidtqStatus { Error=-1, NotExited=-2, Killed=-3 } ; static int checkPidExited(pid_t pid); |