diff options
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 0bf4eb3..fea745d 100644 --- a/qt/qextscintillabase.h +++ b/qt/qextscintillabase.h @@ -55,7 +55,7 @@ class TQPixmap; //! consistent with the rest of the TQt toolkit. class TQEXTSCINTILLA_EXPORT QextScintillaBase : public TQWidget { - Q_OBJECT + TQ_OBJECT public: |