diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:09:27 -0600 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-06-23 02:38:43 +0200 |
commit | afdc76e8bceaafffeea4d3434885910ce9524334 (patch) | |
tree | 168df9b80f447ed0e4dc15c2f22656fa72aac228 /src/kchmsearchengine_impl.cpp | |
parent | a833a96d866a449cb60e01b40d161d2a8c741425 (diff) | |
download | kchmviewer-afdc76e8bceaafffeea4d3434885910ce9524334.tar.gz kchmviewer-afdc76e8bceaafffeea4d3434885910ce9524334.zip |
Rename old tq methods that no longer need a unique name
(cherry picked from commit c9d6a7478114a66f06bfdde4ad9164cce03e4149)
Diffstat (limited to 'src/kchmsearchengine_impl.cpp')
-rw-r--r-- | src/kchmsearchengine_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kchmsearchengine_impl.cpp b/src/kchmsearchengine_impl.cpp index 646f261..b4b2c3a 100644 --- a/src/kchmsearchengine_impl.cpp +++ b/src/kchmsearchengine_impl.cpp @@ -195,7 +195,7 @@ bool Index::parseDocumentToStringlist( const TQString & filename, TQStringList & TQChar ch = text[j]; if ( (j % 20000) == 0 ) - tqApp->tqprocessEvents( TQEventLoop::ExcludeUserInput ); + tqApp->processEvents( TQEventLoop::ExcludeUserInput ); if ( state == STATE_IN_HTML_TAG ) { |