#ifndef CSPLASHDIALOG_H #define CSPLASHDIALOG_H #include #include #include #include #include #include #include #if (QT_VERSION>=300) #include #endif class CSplashDialog : public QDialog { public: CSplashDialog( QWidget *pwidgetParent ); virtual ~CSplashDialog(); protected: QCheckBox *pcheckbox; }; #endif