diff options
Diffstat (limited to 'tde-i18n-en_GB/docs/tdebase/ksplashml/index.docbook')
-rw-r--r-- | tde-i18n-en_GB/docs/tdebase/ksplashml/index.docbook | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tde-i18n-en_GB/docs/tdebase/ksplashml/index.docbook b/tde-i18n-en_GB/docs/tdebase/ksplashml/index.docbook index cdc4d8855e3..6fcfce7935d 100644 --- a/tde-i18n-en_GB/docs/tdebase/ksplashml/index.docbook +++ b/tde-i18n-en_GB/docs/tdebase/ksplashml/index.docbook @@ -1342,7 +1342,7 @@ void Theme2k::initUi() mText->setFixedHeight( 48 ); setFixedSize( vbox->sizeHint() ); - QRect rect(KGlobalSettings::splashScreenDesktopGeometry()); + QRect rect(TDEGlobalSettings::splashScreenDesktopGeometry()); move( rect.x() + (rect.width() - size().width())/2, rect.y() + (rect.height() - size().height())/2 ); } |