diff options
Diffstat (limited to 'tde-i18n-da/docs/tdebase')
-rw-r--r-- | tde-i18n-da/docs/tdebase/kinfocenter/samba/index.docbook | 2 | ||||
-rw-r--r-- | tde-i18n-da/docs/tdebase/ksplashml/index.docbook | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tde-i18n-da/docs/tdebase/kinfocenter/samba/index.docbook b/tde-i18n-da/docs/tdebase/kinfocenter/samba/index.docbook index 0f49dada7c4..e320ea8c6e2 100644 --- a/tde-i18n-da/docs/tdebase/kinfocenter/samba/index.docbook +++ b/tde-i18n-da/docs/tdebase/kinfocenter/samba/index.docbook @@ -265,7 +265,7 @@ <listitem ><para >Brug af <classname ->KProcess</classname +>TDEProcess</classname > i stedet for popen, og mere fejlretning:</para> <para >&David.Faure; &David.Faure.mail;</para diff --git a/tde-i18n-da/docs/tdebase/ksplashml/index.docbook b/tde-i18n-da/docs/tdebase/ksplashml/index.docbook index c1394ab5b96..3d7e3659db4 100644 --- a/tde-i18n-da/docs/tdebase/ksplashml/index.docbook +++ b/tde-i18n-da/docs/tdebase/ksplashml/index.docbook @@ -1389,7 +1389,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 ); } |