diff options
Diffstat (limited to 'tde-i18n-en_GB')
-rw-r--r-- | tde-i18n-en_GB/docs/tdebase/kinfocenter/samba/index.docbook | 2 | ||||
-rw-r--r-- | tde-i18n-en_GB/docs/tdebase/ksplashml/index.docbook | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tde-i18n-en_GB/docs/tdebase/kinfocenter/samba/index.docbook b/tde-i18n-en_GB/docs/tdebase/kinfocenter/samba/index.docbook index d9e42c61b57..e7a4350478f 100644 --- a/tde-i18n-en_GB/docs/tdebase/kinfocenter/samba/index.docbook +++ b/tde-i18n-en_GB/docs/tdebase/kinfocenter/samba/index.docbook @@ -279,7 +279,7 @@ <listitem ><para >Use of <classname ->KProcess</classname +>TDEProcess</classname > instead of popen, and more error checking:</para> <para >&David.Faure; &David.Faure.mail;</para 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 ); } |