summaryrefslogtreecommitdiffstats
path: root/tde-i18n-de/docs
diff options
context:
space:
mode:
Diffstat (limited to 'tde-i18n-de/docs')
-rw-r--r--tde-i18n-de/docs/tdebase/ksplashml/index.docbook10
-rw-r--r--tde-i18n-de/docs/tdeedu/kiten/index.docbook2
-rw-r--r--tde-i18n-de/docs/tdeedu/klettres/index.docbook2
3 files changed, 7 insertions, 7 deletions
diff --git a/tde-i18n-de/docs/tdebase/ksplashml/index.docbook b/tde-i18n-de/docs/tdebase/ksplashml/index.docbook
index 5df9a60927a..0d9227ac8b0 100644
--- a/tde-i18n-de/docs/tdebase/ksplashml/index.docbook
+++ b/tde-i18n-de/docs/tdebase/ksplashml/index.docbook
@@ -1067,7 +1067,7 @@ class Cfg2k: public ThemeEngineConfig
{
Q_OBJECT
public:
- Cfg2k( KConfig * );
+ Cfg2k( TDEConfig * );
};
class ObjKsTheme;
@@ -1081,7 +1081,7 @@ public:
{
return( QString("KSplash2k") );
}
- inline const KDialogBase *config( KConfig *kc )
+ inline const KDialogBase *config( TDEConfig *kc )
{
return new Cfg2k( kc );
}
@@ -1180,7 +1180,7 @@ private:
if( !mTheme )
return;
- KConfig *cfg = mTheme->themeConfig();
+ TDEConfig *cfg = mTheme->themeConfig();
if( !cfg )
return;
@@ -1358,7 +1358,7 @@ theme_DATA = Theme.rc Preview.png
K_EXPORT_COMPONENT_FACTORY( ksplash2k, KGenericFactory<Theme2k> );
-Cfg2k::Cfg2k( KConfig * )
+Cfg2k::Cfg2k( TDEConfig * )
{}
Theme2k::Theme2k( QWidget *parent, const char *name, const QStringList &args
@@ -1423,7 +1423,7 @@ void Theme2k::readSettings()
if( !mTheme )
return;
- KConfig *cfg = mTheme->themeConfig();
+ TDEConfig *cfg = mTheme->themeConfig();
if( !cfg )
return;
diff --git a/tde-i18n-de/docs/tdeedu/kiten/index.docbook b/tde-i18n-de/docs/tdeedu/kiten/index.docbook
index d815e6399c8..16006f49fc8 100644
--- a/tde-i18n-de/docs/tdeedu/kiten/index.docbook
+++ b/tde-i18n-de/docs/tdeedu/kiten/index.docbook
@@ -766,7 +766,7 @@
<para
>Paul Temple <email
>paul.temple@gmx.net</email
-> - Portierung nach KConfig XT und Fehlerbeseitigung.</para>
+> - Portierung nach TDEConfig XT und Fehlerbeseitigung.</para>
</listitem>
</itemizedlist>
diff --git a/tde-i18n-de/docs/tdeedu/klettres/index.docbook b/tde-i18n-de/docs/tdeedu/klettres/index.docbook
index 2f63a6d30a4..8d32bfeca33 100644
--- a/tde-i18n-de/docs/tdeedu/klettres/index.docbook
+++ b/tde-i18n-de/docs/tdeedu/klettres/index.docbook
@@ -1124,7 +1124,7 @@
></listitem>
<listitem
><para
->Portierung zu KConfig XT, Hilfe beim Programmieren: &Waldo.Bastian; <email
+>Portierung zu TDEConfig XT, Hilfe beim Programmieren: &Waldo.Bastian; <email
>&Waldo.Bastian.mail;</email
></para
></listitem>