diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 12:51:21 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 12:51:21 -0500 |
commit | e7ef301a3439a76f4e06fcdab83d22e304f7cd5c (patch) | |
tree | 537612aca664e726aba04765fea4e2114151734a /kmrml | |
parent | e0e5d41dc55dcb7889b5ab09833cc363188e5e52 (diff) | |
download | tdegraphics-e7ef301a3439a76f4e06fcdab83d22e304f7cd5c.tar.gz tdegraphics-e7ef301a3439a76f4e06fcdab83d22e304f7cd5c.zip |
Fix inadvertent tq changes.
Diffstat (limited to 'kmrml')
-rw-r--r-- | kmrml/kmrml/algorithmcombo.cpp | 2 |
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 ) |