summaryrefslogtreecommitdiffstats
path: root/languages/ruby/app_templates/kxt
diff options
context:
space:
mode:
Diffstat (limited to 'languages/ruby/app_templates/kxt')
-rw-r--r--languages/ruby/app_templates/kxt/settings.kcfgc2
-rw-r--r--languages/ruby/app_templates/kxt/src-Makefile.am2
2 files changed, 2 insertions, 2 deletions
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