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/qextscintillalexerpov.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt/qextscintillalexerpov.h') diff --git a/qt/qextscintillalexerpov.h b/qt/qextscintillalexerpov.h index a92367f..c98ec49 100644 --- a/qt/qextscintillalexerpov.h +++ b/qt/qextscintillalexerpov.h @@ -34,7 +34,7 @@ //! lexer. class TQEXTSCINTILLA_EXPORT QextScintillaLexerPOV : public QextScintillaLexer { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.3