qdel instead of del
Created by: gbasood
All uses of del() replaced with qdel(), with the exception of:
- Things I'd rather not risk breaking (SQL stuff, Regex)
- Admin code, adminbus code
Hopefully I didn't accidentally edit those, might have staged them by accident