diff options
Diffstat (limited to 'juk/splashscreen.cpp')
-rw-r--r-- | juk/splashscreen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/splashscreen.cpp b/juk/splashscreen.cpp index 21f037b0..d20e5896 100644 --- a/juk/splashscreen.cpp +++ b/juk/splashscreen.cpp @@ -77,7 +77,7 @@ SplashScreen::SplashScreen() : TQLabel(0 , "splashScreen", TQt::WStyle_Splash) setPaletteBackgroundPixmap(background); setMargin(7); - tqsetAlignment(AlignLeft | AlignBottom); + setAlignment(AlignLeft | AlignBottom); setPaletteForegroundColor(TQColor(107, 158, 194)); |