diff options
author | Michele Calgaro <[email protected]> | 2025-01-20 19:39:12 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-20 21:02:39 +0900 |
commit | f989443912807e83607d0bb08a6ff7889632cf17 (patch) | |
tree | d58e2ad3c6caae9e0105b30c6a80b0c2cd17c0b4 /quanta/parsers | |
parent | ba0eac4558cc2044486988c42039afa274a7db87 (diff) | |
download | tdewebdev-f989443912807e83607d0bb08a6ff7889632cf17.tar.gz tdewebdev-f989443912807e83607d0bb08a6ff7889632cf17.zip |
Use tdeApp
Signed-off-by: Michele Calgaro <[email protected]>
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" |