#include <QtGui/qprintengine.h>
#ifndef QPRINTENGINE_H
#ifndef QT_NO_PRINTER
class QPrintEngine{
public: virtual void setProperty(enum QPrintEngine::PrintEnginePropertyKey key, class QVariant const & value) = 0;
};
#endif // QT_NO_PRINTER
#endif // QPRINTENGINE_H