diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 16:02:37 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 16:02:37 -0600 |
commit | 3bb71d188c7584740f050a940d25df51ca84bc0a (patch) | |
tree | f4a5ebf6d2ec0ff9ab676f013a8beefeb1e0ab23 /qt/qextscintillabase.h | |
parent | bbc80561c4a43b82c87c641483f8dc2aa507afac (diff) | |
download | tqscintilla-3bb71d188c7584740f050a940d25df51ca84bc0a.tar.gz tqscintilla-3bb71d188c7584740f050a940d25df51ca84bc0a.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'qt/qextscintillabase.h')
-rw-r--r-- | qt/qextscintillabase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/qextscintillabase.h b/qt/qextscintillabase.h index 1e5a792..0bf4eb3 100644 --- a/qt/qextscintillabase.h +++ b/qt/qextscintillabase.h @@ -56,7 +56,7 @@ class TQPixmap; class TQEXTSCINTILLA_EXPORT QextScintillaBase : public TQWidget { Q_OBJECT - TQ_OBJECT + public: //! The low-level Scintilla API is implemented as a set of messages |