diff options
Diffstat (limited to 'quanta/parsers/parser.h')
-rw-r--r-- | quanta/parsers/parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/parsers/parser.h b/quanta/parsers/parser.h index d717f6f2..e3869b6b 100644 --- a/quanta/parsers/parser.h +++ b/quanta/parsers/parser.h @@ -44,7 +44,7 @@ typedef TQMap<TQString, IncludedGroupElements> IncludedGroupElementsMap; class Parser: public TQObject { -Q_OBJECT +TQ_OBJECT public: |