summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/kscons_kxt
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:32:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:32:07 -0600
commitb4e545384b42deff2db00ff815c4cacbeb5d1860 (patch)
treebfb3416e8ebc56b09f3df5e68eb0473dbc5ef13c /languages/cpp/app_templates/kscons_kxt
parent35f3f9ef33100c276b267e7e933709fdf737b2fe (diff)
downloadtdevelop-b4e545384b42deff2db00ff815c4cacbeb5d1860.tar.gz
tdevelop-b4e545384b42deff2db00ff815c4cacbeb5d1860.zip
Additional kde to tde renaming
Diffstat (limited to 'languages/cpp/app_templates/kscons_kxt')
-rw-r--r--languages/cpp/app_templates/kscons_kxt/README2
-rw-r--r--languages/cpp/app_templates/kscons_kxt/SConscript-src2
2 files changed, 2 insertions, 2 deletions
diff --git a/languages/cpp/app_templates/kscons_kxt/README b/languages/cpp/app_templates/kscons_kxt/README
index 28c9af22..351a39ac 100644
--- a/languages/cpp/app_templates/kscons_kxt/README
+++ b/languages/cpp/app_templates/kscons_kxt/README
@@ -75,7 +75,7 @@ in the src directory : <myproject>.kcfg and a <settings>.kcfgc
The configure.in.in will need to be modified : change the line #MIN_CONFIG(3.0.0)
into #MIN_CONFIG(3.2.0)
-Take an example on the many apps found in the kdegames source package and consult :
+Take an example on the many apps found in the tdegames source package and consult :
http://developer.kde.org/documentation/tutorials/kconfigxt/kconfigxt.html
* With KParts, you can embed other kde components in your program, or make your program
diff --git a/languages/cpp/app_templates/kscons_kxt/SConscript-src b/languages/cpp/app_templates/kscons_kxt/SConscript-src
index bc91cc0b..17b45ad3 100644
--- a/languages/cpp/app_templates/kscons_kxt/SConscript-src
+++ b/languages/cpp/app_templates/kscons_kxt/SConscript-src
@@ -37,7 +37,7 @@ myenv.KDEprogram( "%{APPNAMELC}", %{APPNAMELC}_sources )
myenv.KDEaddpaths_includes( "./ ../" )
## Necessary libraries to link against
-myenv.KDEaddlibs( "qt-mt kio kdecore kdeprint" )
+myenv.KDEaddlibs( "qt-mt kio tdecore tdeprint" )
## This shows how to add other link flags to the program
# myenv.KDEaddflags_link('-export-dynamic')