diff options
Diffstat (limited to 'tde-i18n-nl/docs')
-rw-r--r-- | tde-i18n-nl/docs/tdebase/ksplashml/index.docbook | 10 | ||||
-rw-r--r-- | tde-i18n-nl/docs/tdeedu/kiten/index.docbook | 2 | ||||
-rw-r--r-- | tde-i18n-nl/docs/tdeedu/klettres/index.docbook | 2 | ||||
-rw-r--r-- | tde-i18n-nl/docs/tdeedu/kmessedwords/index.docbook | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/tde-i18n-nl/docs/tdebase/ksplashml/index.docbook b/tde-i18n-nl/docs/tdebase/ksplashml/index.docbook index 55ce3d58187..857eca0db1a 100644 --- a/tde-i18n-nl/docs/tdebase/ksplashml/index.docbook +++ b/tde-i18n-nl/docs/tdebase/ksplashml/index.docbook @@ -1049,7 +1049,7 @@ class Cfg2k: public ThemeEngineConfig { Q_OBJECT public: - Cfg2k( KConfig * ); + Cfg2k( TDEConfig * ); }; class ObjKsTheme; @@ -1063,7 +1063,7 @@ public: { return( QString("KSplash2k") ); } - inline const KDialogBase *config( KConfig *kc ) + inline const KDialogBase *config( TDEConfig *kc ) { return new Cfg2k( kc ); } @@ -1164,7 +1164,7 @@ private: if( !mTheme ) return; - KConfig *cfg = mTheme->themeConfig(); + TDEConfig *cfg = mTheme->themeConfig(); if( !cfg ) return; @@ -1342,7 +1342,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 @@ -1407,7 +1407,7 @@ void Theme2k::readSettings() if( !mTheme ) return; - KConfig *cfg = mTheme->themeConfig(); + TDEConfig *cfg = mTheme->themeConfig(); if( !cfg ) return; diff --git a/tde-i18n-nl/docs/tdeedu/kiten/index.docbook b/tde-i18n-nl/docs/tdeedu/kiten/index.docbook index d5188d53c4c..bd06f72a7eb 100644 --- a/tde-i18n-nl/docs/tdeedu/kiten/index.docbook +++ b/tde-i18n-nl/docs/tdeedu/kiten/index.docbook @@ -748,7 +748,7 @@ <para >Paul Temple <email >paul.temple@gmx.net</email -> - Overdracht naar KConfig XT en bugreparaties.</para> +> - Overdracht naar TDEConfig XT en bugreparaties.</para> </listitem> </itemizedlist> diff --git a/tde-i18n-nl/docs/tdeedu/klettres/index.docbook b/tde-i18n-nl/docs/tdeedu/klettres/index.docbook index 732e8a83831..23cfb91ec66 100644 --- a/tde-i18n-nl/docs/tdeedu/klettres/index.docbook +++ b/tde-i18n-nl/docs/tdeedu/klettres/index.docbook @@ -822,7 +822,7 @@ ></listitem> <listitem ><para ->Aanpassing voor KConfigxT, hulp bij het programmeren: Waldo Bastian <email +>Aanpassing voor TDEConfigxT, hulp bij het programmeren: Waldo Bastian <email >bastian@kde.org</email ></para ></listitem> diff --git a/tde-i18n-nl/docs/tdeedu/kmessedwords/index.docbook b/tde-i18n-nl/docs/tdeedu/kmessedwords/index.docbook index 3534a22e245..f847d802001 100644 --- a/tde-i18n-nl/docs/tdeedu/kmessedwords/index.docbook +++ b/tde-i18n-nl/docs/tdeedu/kmessedwords/index.docbook @@ -687,7 +687,7 @@ </listitem> <listitem> <para ->Port to KConfig XT, coding help: Anne-Marie Mahfouf <email +>Port to TDEConfig XT, coding help: Anne-Marie Mahfouf <email >annma@kde.org</email ></para > |