summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/kscons_kxt/QUICKSTART
diff options
context:
space:
mode:
Diffstat (limited to 'languages/cpp/app_templates/kscons_kxt/QUICKSTART')
-rw-r--r--languages/cpp/app_templates/kscons_kxt/QUICKSTART2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/cpp/app_templates/kscons_kxt/QUICKSTART b/languages/cpp/app_templates/kscons_kxt/QUICKSTART
index b6411d09..a5fbba33 100644
--- a/languages/cpp/app_templates/kscons_kxt/QUICKSTART
+++ b/languages/cpp/app_templates/kscons_kxt/QUICKSTART
@@ -144,7 +144,7 @@ A medium-sized project containing several targets, libraries and data
files can be converted very quickly.
Also, remember that SConscript files are actually python scripts ..
you can use whatever python feature you want in them, ie: "for" loops,
-this is how the kde helpers work (KDEprogram, KDEshlib ..).
+this is how the kde helpers work (TDEprogram, TDEshlib ..).
If you are stuck, you can also have a look at more complicated
bksys-based projects like kdissert or kshaderdesigner