summaryrefslogtreecommitdiffstats
path: root/kmrml/kmrml
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 12:51:21 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 12:51:21 -0500
commite7ef301a3439a76f4e06fcdab83d22e304f7cd5c (patch)
tree537612aca664e726aba04765fea4e2114151734a /kmrml/kmrml
parente0e5d41dc55dcb7889b5ab09833cc363188e5e52 (diff)
downloadtdegraphics-e7ef301a3439a76f4e06fcdab83d22e304f7cd5c.tar.gz
tdegraphics-e7ef301a3439a76f4e06fcdab83d22e304f7cd5c.zip
Fix inadvertent tq changes.
Diffstat (limited to 'kmrml/kmrml')
-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 )