From 3997cae1995ebcd9ef771882dfec196de21810d9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 28 Feb 2012 01:52:03 -0600 Subject: Enable tqt3 compilation by converting Q_OBJECT TQ_OBJECT This breaks qt3 compilation due to qmake problems --- qt/qextscintillalexerlua.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt/qextscintillalexerlua.h') diff --git a/qt/qextscintillalexerlua.h b/qt/qextscintillalexerlua.h index 7a5c223..cce9a8e 100644 --- a/qt/qextscintillalexerlua.h +++ b/qt/qextscintillalexerlua.h @@ -34,7 +34,7 @@ //! lexer. class TQEXTSCINTILLA_EXPORT QextScintillaLexerLua : public QextScintillaLexer { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.1