00001 //rather hackish but it'll get the job done 00002 #ifdef KDE_APP 00003 #include <kprinter.h> 00004 typedef KPrinter PRINTERTYPE; 00005 #else 00006 #include <qprinter.h> 00007 typedef QPrinter PRINTERTYPE; 00008 #endif