diff options
author | deva <deva> | 2006-08-12 15:07:36 +0000 |
---|---|---|
committer | deva <deva> | 2006-08-12 15:07:36 +0000 |
commit | 0ce19de1ad58dc4a7b25e86125cd2cc78156c001 (patch) | |
tree | 828d5905bfbfe640f051f616cc116b012477833c | |
parent | 49265541974282f3346c9dc7de2365858f9fcb4d (diff) |
Made the splashscreen use the PIXMAPS from config.h
-rw-r--r-- | client/splashscreen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/splashscreen.h b/client/splashscreen.h index eff1887..05f0eba 100644 --- a/client/splashscreen.h +++ b/client/splashscreen.h @@ -31,6 +31,8 @@ #include <QProgressBar> #include <QString> +#include "config.h" + #define PIXMAP_SPLASH PIXMAPS"/dummy.png" class SplashScreen : public QSplashScreen |