summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 12:51:21 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-11-11 03:18:46 +0100
commit7bc53636c6de6aa273bf5d7d22c1a4646a26cfd5 (patch)
tree6ad1ef4a1a157432c43444ce3bb9136b07809917
parent3788416228c99215c75b181b28fc9927bfa98f95 (diff)
downloadtdegraphics-7bc53636c6de6aa273bf5d7d22c1a4646a26cfd5.tar.gz
tdegraphics-7bc53636c6de6aa273bf5d7d22c1a4646a26cfd5.zip
Fix inadvertent tq changes.
(cherry picked from commit e7ef301a3439a76f4e06fcdab83d22e304f7cd5c)
-rw-r--r--kmrml/kmrml/algorithmcombo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmrml/kmrml/algorithmcombo.cpp b/kmrml/kmrml/algorithmcombo.cpp
index 2a2d4a3b..a2db81d4 100644
--- a/kmrml/kmrml/algorithmcombo.cpp
+++ b/kmrml/kmrml/algorithmcombo.cpp
@@ -22,7 +22,7 @@
using namespace KMrml;
-// ### copycat of CollectionCombo... tqmoc can't handle templates unfortunately..
+// ### copycat of CollectionCombo... moc can't handle templates unfortunately..
// could use base-class MrmlElement....
AlgorithmCombo::AlgorithmCombo( TQWidget *parent, const char *name )