diff options
Diffstat (limited to 'quanta/parsers')
-rw-r--r-- | quanta/parsers/parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/parsers/parser.cpp b/quanta/parsers/parser.cpp index f789f911..775fa3ec 100644 --- a/quanta/parsers/parser.cpp +++ b/quanta/parsers/parser.cpp @@ -1751,7 +1751,7 @@ void Parser::synchParseInDetail() void Parser::setSAParserEnabled(bool enabled) { m_saParser->setParsingEnabled(enabled); - //kapp->processEvents(TQEventLoop::ExcludeUserInput | TQEventLoop::ExcludeSocketNotifiers); //this makes sure that the parsing is really disabled + //tdeApp->processEvents(TQEventLoop::ExcludeUserInput | TQEventLoop::ExcludeSocketNotifiers); //this makes sure that the parsing is really disabled } #include "parser.moc" |