/trunk/Scribus/scribus/splash.cpp |
---|
23,7 → 23,7 |
*/ |
SplashScreen::SplashScreen() |
// : QWidget( 0, 0, WStyle_Customize | WStyle_NoBorder | WStyle_StaysOnTop | WStyle_Tool | WX11BypassWM ) |
: QWidget( 0, 0, WStyle_Customize | WStyle_NoBorder | WStyle_StaysOnTop | WStyle_Tool | WÂStyle_Splash ) |
: QWidget( 0, 0, WStyle_Customize | WStyle_NoBorder | WStyle_StaysOnTop | WStyle_Tool | WStyle_Splash ) |
{ |
pix = loadIcon("Splash.png"); |
setErasePixmap( pix ); |