summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 17:36:33 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 17:36:33 -0500
commitc8388916e47a7fdf453c5c83339c362bb016d140 (patch)
tree9b5ec7ce2a39bc1ac3022f512f896868285e1547 /languages/cpp/app_templates
parent3d1c7581ff395fc373ca4b8bd8f65b540b37b12f (diff)
downloadtdevelop-c8388916e47a7fdf453c5c83339c362bb016d140.tar.gz
tdevelop-c8388916e47a7fdf453c5c83339c362bb016d140.zip
Fix inadvertent tq changes.
Diffstat (limited to 'languages/cpp/app_templates')
-rw-r--r--languages/cpp/app_templates/kscons_kmdi/QUICKSTART4
-rw-r--r--languages/cpp/app_templates/kscons_kxt/QUICKSTART4
2 files changed, 4 insertions, 4 deletions
diff --git a/languages/cpp/app_templates/kscons_kmdi/QUICKSTART b/languages/cpp/app_templates/kscons_kmdi/QUICKSTART
index 53ae8c9e..b6411d09 100644
--- a/languages/cpp/app_templates/kscons_kmdi/QUICKSTART
+++ b/languages/cpp/app_templates/kscons_kmdi/QUICKSTART
@@ -12,7 +12,7 @@ http://freehackers.org/~tnagy/bksys_manual.html
CONFIGURING AND COMPILING THE PROJECT(S)
SCONS TIPS
-TQMOC PROCESSING
+MOC PROCESSING
SCONS MINIMUM DISTRIBUTION
MORE TIPS
@@ -61,7 +61,7 @@ checkinstall --fstrans=no --nodoc scons install
To make scons run (much) faster, consult ./addons/README in bksys
------------------------------------------
-TQMOC PROCESSING
+MOC PROCESSING
In qt programs, when a header 'foo.h' contains a class that has
Q_SIGNALS and Q_SLOTS, then 'foo.h' must contain the macro Q_OBJECT
diff --git a/languages/cpp/app_templates/kscons_kxt/QUICKSTART b/languages/cpp/app_templates/kscons_kxt/QUICKSTART
index 53ae8c9e..b6411d09 100644
--- a/languages/cpp/app_templates/kscons_kxt/QUICKSTART
+++ b/languages/cpp/app_templates/kscons_kxt/QUICKSTART
@@ -12,7 +12,7 @@ http://freehackers.org/~tnagy/bksys_manual.html
CONFIGURING AND COMPILING THE PROJECT(S)
SCONS TIPS
-TQMOC PROCESSING
+MOC PROCESSING
SCONS MINIMUM DISTRIBUTION
MORE TIPS
@@ -61,7 +61,7 @@ checkinstall --fstrans=no --nodoc scons install
To make scons run (much) faster, consult ./addons/README in bksys
------------------------------------------
-TQMOC PROCESSING
+MOC PROCESSING
In qt programs, when a header 'foo.h' contains a class that has
Q_SIGNALS and Q_SLOTS, then 'foo.h' must contain the macro Q_OBJECT