1004c1004
< process->setpgid(process->pid());
---
> process->pgid(process->pid());
1023c1023
< matched_ph->setpgid((pgid == 0) ? matched_ph->pid() : pgid);
---
> matched_ph->pgid((pgid == 0) ? matched_ph->pid() : pgid);