summaryrefslogtreecommitdiffstats
path: root/tde-i18n-de/docs
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:40:06 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:40:06 -0600
commit885d90404a23b3a5036d64d99920cb8f7874bdd5 (patch)
treebd876b447715b3987c7b6c2c77ca04b3d870e515 /tde-i18n-de/docs
parentfbd0d7aacf83e98be86e714d220941dc7b5c5e0b (diff)
downloadtde-i18n-885d90404a23b3a5036d64d99920cb8f7874bdd5.tar.gz
tde-i18n-885d90404a23b3a5036d64d99920cb8f7874bdd5.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'tde-i18n-de/docs')
-rw-r--r--tde-i18n-de/docs/tdebase/kinfocenter/samba/index.docbook2
-rw-r--r--tde-i18n-de/docs/tdebase/ksplashml/index.docbook2
2 files changed, 2 insertions, 2 deletions
diff --git a/tde-i18n-de/docs/tdebase/kinfocenter/samba/index.docbook b/tde-i18n-de/docs/tdebase/kinfocenter/samba/index.docbook
index f41973747bd..c20ed8fdae8 100644
--- a/tde-i18n-de/docs/tdebase/kinfocenter/samba/index.docbook
+++ b/tde-i18n-de/docs/tdebase/kinfocenter/samba/index.docbook
@@ -291,7 +291,7 @@
<listitem
><para
>Verwendung von <classname
->KProcess</classname
+>TDEProcess</classname
> anstelle von popen, sowie Fehlerkorrekturen:</para>
<para
>&David.Faure; &David.Faure.mail;</para
diff --git a/tde-i18n-de/docs/tdebase/ksplashml/index.docbook b/tde-i18n-de/docs/tdebase/ksplashml/index.docbook
index 872487edeb7..5df9a60927a 100644
--- a/tde-i18n-de/docs/tdebase/ksplashml/index.docbook
+++ b/tde-i18n-de/docs/tdebase/ksplashml/index.docbook
@@ -1413,7 +1413,7 @@ void Theme2k::initUi()
mText-&gt;setFixedHeight( 48 );
setFixedSize( vbox-&gt;sizeHint() );
- QRect rect(KGlobalSettings::splashScreenDesktopGeometry());
+ QRect rect(TDEGlobalSettings::splashScreenDesktopGeometry());
move( rect.x() + (rect.width() - size().width())/2,
rect.y() + (rect.height() - size().height())/2 );
}