nvp
[dorian] / widgets / splash.h
index 204e223..3ccf292 100755 (executable)
@@ -1,14 +1,14 @@
 #ifndef SPLASH_H\r
 #define SPLASH_H\r
 \r
-#include <QMainWindow>\r
+#include <QSplashScreen>\r
 \r
-class Splash: public QMainWindow\r
+class Splash: public QSplashScreen\r
 {\r
     Q_OBJECT\r
 \r
 public:\r
-    explicit Splash(QWidget *parent = 0);\r
+    explicit Splash();\r
 };\r
 \r
 #endif // SPLASH_H\r