summaryrefslogtreecommitdiffstats
path: root/languages/ruby
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 14:53:30 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 14:53:30 -0500
commit3d1c7581ff395fc373ca4b8bd8f65b540b37b12f (patch)
tree7fa67e7ac565be324e5fbc543d33c0ba06e7c1e7 /languages/ruby
parent2cc195396f4a17c247091cf92b0d42a2acc4124c (diff)
downloadtdevelop-3d1c7581ff395fc373ca4b8bd8f65b540b37b12f.tar.gz
tdevelop-3d1c7581ff395fc373ca4b8bd8f65b540b37b12f.zip
Fix inadvertent tqt changes.
Diffstat (limited to 'languages/ruby')
-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 84f68b4b..08a3ec2d 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 74622a8d..6351533d 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