diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:02:37 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:02:37 -0600 |
commit | 3bb71d188c7584740f050a940d25df51ca84bc0a (patch) | |
tree | f4a5ebf6d2ec0ff9ab676f013a8beefeb1e0ab23 /qt/qextscintillalexerbatch.h | |
parent | bbc80561c4a43b82c87c641483f8dc2aa507afac (diff) | |
download | tqscintilla-3bb71d188c7584740f050a940d25df51ca84bc0a.tar.gz tqscintilla-3bb71d188c7584740f050a940d25df51ca84bc0a.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'qt/qextscintillalexerbatch.h')
-rw-r--r-- | qt/qextscintillalexerbatch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/qextscintillalexerbatch.h b/qt/qextscintillalexerbatch.h index e652249..ee72615 100644 --- a/qt/qextscintillalexerbatch.h +++ b/qt/qextscintillalexerbatch.h @@ -35,7 +35,7 @@ class TQEXTSCINTILLA_EXPORT QextScintillaLexerBatch : public QextScintillaLexer { Q_OBJECT - TQ_OBJECT + public: //! This enum defines the meanings of the different styles used by the |