diff options
Diffstat (limited to 'qt/qextscintillalexerhtml.h')
-rw-r--r-- | qt/qextscintillalexerhtml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/qextscintillalexerhtml.h b/qt/qextscintillalexerhtml.h index f4d871a..71ab42b 100644 --- a/qt/qextscintillalexerhtml.h +++ b/qt/qextscintillalexerhtml.h @@ -34,7 +34,7 @@ //! lexer. class TQEXTSCINTILLA_EXPORT QextScintillaLexerHTML : public QextScintillaLexer { - Q_OBJECT + TQ_OBJECT public: |