1 2 3 4 5 6 7 8
#ifndef MINIKDE_KPRINTER_H #define MINIKDE_KPRINTER_H #include <qprinter.h> #define KPrinter QPrinter #endif