#include <QtGui/qprogressdialog.h>
#ifndef QPROGRESSDIALOG_H
#ifndef QT_NO_PROGRESSDIALOG
class QProgressDialog: public QDialog{
public: virtual struct QMetaObject const * metaObject() const
};
#endif // QT_NO_PROGRESSDIALOG
#endif // QPROGRESSDIALOG_H