#include <QtGui/qsplashscreen.h> #ifndef QSPLASHSCREEN_H #ifndef QT_NO_SPLASHSCREEN class QSplashScreen: public QWidget{ /* Some contents are skipped to improve readability */ private: inline struct QSplashScreenPrivate* d_func(); /* ... */ }; #endif // QT_NO_SPLASHSCREEN #endif // QSPLASHSCREEN_H