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