#include <QtGui/qprogressdialog.h>
#ifndef QPROGRESSDIALOG_H
#ifndef QT_NO_PROGRESSDIALOG
class QProgressDialog: public QDialog{
   /* Some contents are skipped to improve readability */
   private: inline struct QProgressDialogPrivate const * d_func() const
   /* ... */
};
#endif // QT_NO_PROGRESSDIALOG
#endif // QPROGRESSDIALOG_H