From 0eb1af1add19c8ffb8f5ab11f74810366f1beed1 Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 9 Mar 2006 11:03:35 +0000 Subject: *** empty log message *** --- client/splashscreen.h | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'client/splashscreen.h') diff --git a/client/splashscreen.h b/client/splashscreen.h index 95de335..529f8cb 100644 --- a/client/splashscreen.h +++ b/client/splashscreen.h @@ -28,23 +28,21 @@ #ifndef __MIAV_SPLASHSCREEN_H__ #define __MIAV_SPLASHSCREEN_H__ -#include -#include +#include #include #include -class SplashScreen : public QThread +#define PIXMAP_SPLASH PIXMAPS"/dummy.png" + +class SplashScreen : public QSplashScreen { public: - SplashScreen(); + SplashScreen(QWidget *mainwindow); ~SplashScreen(); void setProgress(QString text, unsigned int pct); - void run(); - private: - QDialog *splash; QProgressBar *progbar; }; -- cgit v1.2.3