summaryrefslogtreecommitdiffstats
path: root/languages/ruby/app_templates
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 14:53:30 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-11-17 18:35:37 +0100
commit8a79684ebfdf704054f40a72ee5e7bf2ebe06a13 (patch)
treea9e2086e09d84560bc047a833736019b53ddef1c /languages/ruby/app_templates
parent3c15d3e1bbdb5897c98244a39785be1c657ff7ef (diff)
downloadtdevelop-8a79684ebfdf704054f40a72ee5e7bf2ebe06a13.tar.gz
tdevelop-8a79684ebfdf704054f40a72ee5e7bf2ebe06a13.zip
Fix inadvertent tqt changes.
(cherry picked from commit 3d1c7581ff395fc373ca4b8bd8f65b540b37b12f)
Diffstat (limited to 'languages/ruby/app_templates')
-rw-r--r--languages/ruby/app_templates/kapp/src-Makefile.am2
-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/kapp/src-Makefile.am b/languages/ruby/app_templates/kapp/src-Makefile.am
index ad999e1c..c496d754 100644
--- a/languages/ruby/app_templates/kapp/src-Makefile.am
+++ b/languages/ruby/app_templates/kapp/src-Makefile.am
@@ -16,7 +16,7 @@ INCLUDES = $(all_includes) -I$(RUBY_ARCHDIR)
# which sources should be compiled for %{APPNAMELC}
%{APPNAMELC}_SOURCES = %{APPNAMELC}.cpp
-# let autotqmoc handle all of the meta source files (tqmoc)
+# let automoc handle all of the meta source files ((moc))
METASOURCES = AUTO
KDE_ICON = AUTO
diff --git a/languages/ruby/app_templates/kxt/src-Makefile.am b/languages/ruby/app_templates/kxt/src-Makefile.am
index e121d0bc..edb9d6e8 100644
--- a/languages/ruby/app_templates/kxt/src-Makefile.am
+++ b/languages/ruby/app_templates/kxt/src-Makefile.am
@@ -16,7 +16,7 @@ INCLUDES = $(all_includes) -I$(RUBY_ARCHDIR)
# which sources should be compiled for %{APPNAMELC}
%{APPNAMELC}_SOURCES = %{APPNAMELC}.cpp
-# let autotqmoc handle all of the meta source files (tqmoc)
+# let automoc handle all of the meta source files ((moc))
METASOURCES = AUTO
KDE_ICON = AUTO