#include <QtGui/qprinter.h>
#ifndef QPRINTER_H
#ifndef QT_NO_PRINTER
class QPrinter: public QPaintDevice{
#if !defined(Q_WS_WIN) || defined(qdoc)
public: void setPrinterSelectionOption(class QString const &);
#endif
};
#endif // QT_NO_PRINTER
#endif // QPRINTER_H