summaryrefslogtreecommitdiffstats
path: root/tde-i18n-de/docs
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:27:31 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:27:31 -0600
commit542a9e5e840b905c97d21bc5b83bda95a4a71582 (patch)
tree12778f8d8dae597054e8125e47b6dd4b39759ca9 /tde-i18n-de/docs
parent885d90404a23b3a5036d64d99920cb8f7874bdd5 (diff)
downloadtde-i18n-542a9e5e840b905c97d21bc5b83bda95a4a71582.tar.gz
tde-i18n-542a9e5e840b905c97d21bc5b83bda95a4a71582.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
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-&gt;themeConfig();
+ TDEConfig *cfg = mTheme-&gt;themeConfig();
if( !cfg )
return;
@@ -1358,7 +1358,7 @@ theme_DATA = Theme.rc Preview.png
K_EXPORT_COMPONENT_FACTORY( ksplash2k, KGenericFactory&lt;Theme2k&gt; );
-Cfg2k::Cfg2k( KConfig * )
+Cfg2k::Cfg2k( TDEConfig * )
{}
Theme2k::Theme2k( QWidget *parent, const char *name, const QStringList &amp;args
@@ -1423,7 +1423,7 @@ void Theme2k::readSettings()
if( !mTheme )
return;
- KConfig *cfg = mTheme-&gt;themeConfig();
+ TDEConfig *cfg = mTheme-&gt;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>