#include <QtGui/qprintdialog.h>
#ifndef QPRINTDIALOG_H
#ifndef QT_NO_PRINTDIALOG
class QPrintDialog: public QAbstractPrintDialog{
public: virtual int qt_metacall(enum QMetaObject::Call, int, void* *);
};
#endif // QT_NO_PRINTDIALOG
#endif // QPRINTDIALOG_H