diff options
author | Timothy Pearson <[email protected]> | 2012-02-28 01:52:03 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-28 01:52:03 -0600 |
commit | 3997cae1995ebcd9ef771882dfec196de21810d9 (patch) | |
tree | 292f270969c6063e90c0cf393db4b219ec4dab6c /qt/qextscintillalexerperl.h | |
parent | 3bb71d188c7584740f050a940d25df51ca84bc0a (diff) | |
download | tqscintilla-3997cae1995ebcd9ef771882dfec196de21810d9.tar.gz tqscintilla-3997cae1995ebcd9ef771882dfec196de21810d9.zip |
Enable tqt3 compilation by converting Q_OBJECT TQ_OBJECT
This breaks qt3 compilation due to qmake problems
Diffstat (limited to 'qt/qextscintillalexerperl.h')
-rw-r--r-- | qt/qextscintillalexerperl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/qextscintillalexerperl.h b/qt/qextscintillalexerperl.h index 557ce2f..a0abe15 100644 --- a/qt/qextscintillalexerperl.h +++ b/qt/qextscintillalexerperl.h @@ -34,7 +34,7 @@ //! lexer. class TQEXTSCINTILLA_EXPORT QextScintillaLexerPerl : public QextScintillaLexer { - Q_OBJECT + TQ_OBJECT public: |