#include <QtGui/qsplashscreen.h>
#ifndef QSPLASHSCREEN_H
#ifndef QT_NO_SPLASHSCREEN
class QSplashScreen: public QWidget{
public: explicit QSplashScreen(class QPixmap const & pixmap = QPixmap::QPixmap(), Qt::WindowFlags f = 0);
};
#endif // QT_NO_SPLASHSCREEN
#endif // QSPLASHSCREEN_H