From 70f0c4f16fc8a7ddfeead07d5127410ab9202330 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 23 Mar 2012 20:04:42 -0500 Subject: [PATCH] Fix KDE -> TDE branding. --- doc/en/index.docbook | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 22fca8b..5bc227b 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -368,9 +368,9 @@ needed by the application at runtime. -KDE Control Center Modules +TDE Control Center Modules -&appname; can also help create modules for the KDE Control Center. +&appname; can also help create modules for the TDE Control Center. C++ glue code is needed when writing in module in Python. Fortunately &appname; can generate this glue for you automatically. @@ -402,7 +402,7 @@ design a KControl module that fits into the rest of KDE. &appname; typically installs the .desktop file into the /usr/share/applications/kde/ directory. -This is normally enough to make the module appear in the KDE Control Center. +This is normally enough to make the module appear in the TDE Control Center. But for some distributions, most notably Mandriva but probably others too, this isn't enough. Mandriva in particular uses the @@ -572,7 +572,7 @@ are defined using XML. Kcontrol Module Application Template The kcontrol_module application template is a simple -module for the KDE Control Center. The module can also be run as a separate +module for the TDE Control Center. The module can also be run as a separate application outside of KControl to ease development and debugging.