diff options
Diffstat (limited to 'src/tools/qunicodetables_p.h')
-rw-r--r-- | src/tools/qunicodetables_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qunicodetables_p.h b/src/tools/qunicodetables_p.h index 8d8936428..ab6d2e1c5 100644 --- a/src/tools/qunicodetables_p.h +++ b/src/tools/qunicodetables_p.h @@ -248,7 +248,7 @@ inline int scriptForChar( ushort uc ) return script; } -#ifdef Q_WS_X11 +#ifdef TQ_WS_X11 #define SCRIPT_FOR_CHAR( script, c ) \ do { \ unsigned short _uc = (c).unicode(); \ |