diff --git a/app_templates/kcontrol_module/doc/en/index.docbook b/app_templates/kcontrol_module/doc/en/index.docbook index 838e76f..eff207c 100644 --- a/app_templates/kcontrol_module/doc/en/index.docbook +++ b/app_templates/kcontrol_module/doc/en/index.docbook @@ -2,7 +2,7 @@ MyApplicaition 0.1"> - + @@ -489,7 +489,7 @@ application --> - + @@ -489,7 +489,7 @@ application --> - + @@ -489,7 +489,7 @@ application --> - + @@ -489,7 +489,7 @@ application --> - + diff --git a/src/kdedistutils.py b/src/kdedistutils.py index 00e1d1b..ff44670 100644 --- a/src/kdedistutils.py +++ b/src/kdedistutils.py @@ -853,9 +853,9 @@ class BuildKControlModule(Command): #include #define MODULE_DIR "%(moduledir)s" -#define EXTRA_MODULE_DIR "/opt/trinity/share/python-support/kde-guidance-trinity" +#define EXTRA_MODULE_DIR "/opt/trinity/share/python-support/tde-guidance-trinity" #define EXTRA_MODULE_DIR_TWO "/opt/trinity/share/python-support/guidance-backends-trinity" -#define EXTRA_MODULE_DIR_THREE "/opt/trinity/share/python-support/kde-guidance-powermanager-trinity" +#define EXTRA_MODULE_DIR_THREE "/opt/trinity/share/python-support/tde-guidance-powermanager-trinity" #define MODULE_NAME "%(modulename)s" #define FACTORY "%(factoryfunction)s" #define CPP_FACTORY %(factoryfunction)s