#include <QtGui/qprogressdialog.h>
#ifndef QPROGRESSDIALOG_H
#ifndef QT_NO_PROGRESSDIALOG
class QProgressDialog: public QDialog{
public: virtual int qt_metacall(enum QMetaObject::Call, int, void* *);
};
#endif // QT_NO_PROGRESSDIALOG
#endif // QPROGRESSDIALOG_H