diff options
Diffstat (limited to 'dcop/dcopidl/scanner.ll')
-rw-r--r-- | dcop/dcopidl/scanner.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dcop/dcopidl/scanner.ll b/dcop/dcopidl/scanner.ll index 61f9e5ca6..ad0f564e9 100644 --- a/dcop/dcopidl/scanner.ll +++ b/dcop/dcopidl/scanner.ll @@ -281,7 +281,7 @@ TQ_OBJECT ; if (function_mode) return yylex(); // call once again - qFatal("could not parse %c(%d) at line %d" , yytext[0], yytext[0], idl_line_no); + tqFatal("could not parse %c(%d) at line %d" , yytext[0], yytext[0], idl_line_no); return T_UNKNOWN; } |