summaryrefslogtreecommitdiffstats
path: root/src/ExternalLexer.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-30 12:33:18 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-30 12:33:18 -0600
commit03bc485016127d419bbbbc3cfb09e21e8754b383 (patch)
treecad8234bcf26063239ac7a565298b897ffdeef57 /src/ExternalLexer.h
parent664e37abfe5c796c1279b8295fb030f126b0a7d8 (diff)
downloadtqscintilla-03bc485016127d419bbbbc3cfb09e21e8754b383.tar.gz
tqscintilla-03bc485016127d419bbbbc3cfb09e21e8754b383.zip
Initial automated TQt conversion
Diffstat (limited to 'src/ExternalLexer.h')
-rw-r--r--src/ExternalLexer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ExternalLexer.h b/src/ExternalLexer.h
index fe9da36..b21dab9 100644
--- a/src/ExternalLexer.h
+++ b/src/ExternalLexer.h
@@ -13,7 +13,7 @@
#elif PLAT_GTK
#define EXT_LEXER_DECL
#elif PLAT_QT
-#include <qglobal.h>
+#include <tqglobal.h>
#if defined(Q_OS_WIN32) || defined(Q_OS_WIN64)
#define EXT_LEXER_DECL __stdcall
#else