00001 #ifndef _SPLASH_H
00002 #define _SPLASH_H
00003
00004 #include <qdialog.h>
00005 #include <qpixmap.h>
00006 #include <qstring.h>
00007 #include <qprogressbar.h>
00008 #include <qlabel.h>
00009 #include <stdio.h>
00010 #include <qlayout.h>
00011 #include <qlabel.h>
00012 #include <qprogressbar.h>
00013 #include <qmessagebox.h>
00014 #include <qpixmap.h>
00015 #include <stdlib.h>
00016 #include <qtimer.h>
00017 #include <qtextbrowser.h>
00018
00019 class Splash : public QDialog
00020 {
00021 Q_OBJECT
00022 private:
00023 QLabel *l;
00024
00025 QTextBrowser *l2;
00026 public:
00027 Splash();
00028 ~Splash();
00029 public slots:
00030 void paint();
00031 bool event( QEvent *);
00032
00033
00034 };
00035 #endif // _SPLASH_H