summaryrefslogtreecommitdiffstats
path: root/doc/ksplashml/index.docbook
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ksplashml/index.docbook')
-rw-r--r--doc/ksplashml/index.docbook2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ksplashml/index.docbook b/doc/ksplashml/index.docbook
index b461e26c7..15a826872 100644
--- a/doc/ksplashml/index.docbook
+++ b/doc/ksplashml/index.docbook
@@ -1154,7 +1154,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 );
}