From c0b24fe164924298d7e6ae33964b3c65fadbcba3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:06:29 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- languages/ruby/app_templates/kapp/README | 2 +- languages/ruby/app_templates/kxt/settings.kcfgc | 2 +- languages/ruby/app_templates/kxt/src-Makefile.am | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'languages/ruby/app_templates') 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 -- cgit v1.2.1