summaryrefslogtreecommitdiffstats
path: root/languages/ruby/app_templates
diff options
context:
space:
mode:
Diffstat (limited to 'languages/ruby/app_templates')
-rw-r--r--languages/ruby/app_templates/kapp/README2
-rw-r--r--languages/ruby/app_templates/kxt/settings.kcfgc2
-rw-r--r--languages/ruby/app_templates/kxt/src-Makefile.am2
3 files changed, 3 insertions, 3 deletions
diff --git a/languages/ruby/app_templates/kapp/README b/languages/ruby/app_templates/kapp/README
index f7d35069..39de8b2f 100644
--- a/languages/ruby/app_templates/kapp/README
+++ b/languages/ruby/app_templates/kapp/README
@@ -46,7 +46,7 @@ http://developer.kde.org/documentation/tutorials/xmlui/preface.html
them more maintainable.
For more details, consult :
-http://developer.kde.org/documentation/tutorials/kconfigxt/kconfigxt.html
+http://developer.kde.org/documentation/tutorials/tdeconfigxt/tdeconfigxt.html
* With KParts, you can embed other kde components in your program, or make your program
embeddable in other apps. For example, the kmplayer kpart can be called to play videos
diff --git a/languages/ruby/app_templates/kxt/settings.kcfgc b/languages/ruby/app_templates/kxt/settings.kcfgc
index 384510cd..402fad09 100644
--- a/languages/ruby/app_templates/kxt/settings.kcfgc
+++ b/languages/ruby/app_templates/kxt/settings.kcfgc
@@ -1,4 +1,4 @@
-# Code generation options for kconfig_compiler
+# Code generation options for tdeconfig_compiler
File=%{APPNAMELC}.kcfg
ClassName=Settings
Singleton=true
diff --git a/languages/ruby/app_templates/kxt/src-Makefile.am b/languages/ruby/app_templates/kxt/src-Makefile.am
index 6351533d..1e51351e 100644
--- a/languages/ruby/app_templates/kxt/src-Makefile.am
+++ b/languages/ruby/app_templates/kxt/src-Makefile.am
@@ -41,7 +41,7 @@ rubyuidir = $(kde_datadir)/%{APPNAMELC}
%.rb: %.ui
$(RBUIC) -tr ${UIC_TR} -kde $< -o $@
-RBKCONFIG_COMPILER = rbkconfig_compiler
+RBKCONFIG_COMPILER = rbtdeconfig_compiler
settings.rb: %{APPNAMELC}.kcfg settings.kcfgc
$(RBKCONFIG_COMPILER) ./%{APPNAMELC}.kcfg ./settings.kcfgc