diff options
Diffstat (limited to 'juk/splashscreen.cpp')
-rw-r--r-- | juk/splashscreen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/juk/splashscreen.cpp b/juk/splashscreen.cpp index b8b69c87..21f037b0 100644 --- a/juk/splashscreen.cpp +++ b/juk/splashscreen.cpp @@ -70,14 +70,14 @@ void SplashScreen::update() // protected members //////////////////////////////////////////////////////////////////////////////// -SplashScreen::SplashScreen() : TQLabel(0 , "splashScreen", Qt::WStyle_Splash) +SplashScreen::SplashScreen() : TQLabel(0 , "splashScreen", TQt::WStyle_Splash) { TQPixmap background = UserIcon("splash"); resize(background.size()); setPaletteBackgroundPixmap(background); setMargin(7); - setAlignment(AlignLeft | AlignBottom); + tqsetAlignment(AlignLeft | AlignBottom); setPaletteForegroundColor(TQColor(107, 158, 194)); |