1 2 3 4 5 6 7 8 9 10 11 12
#ifndef MINIKDE_KIO_JOB_H #define MINIKDE_KIO_JOB_H namespace KIO { class Job { }; } #endif