diff options
author | Michele Calgaro <[email protected]> | 2025-01-20 19:38:51 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-29 13:55:46 +0900 |
commit | 5078ce4c93affa49e4ba206930b07813d066415b (patch) | |
tree | 4de09da0a57e07b1e5df2be8e568f5dfbb35d83e /kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.cpp | |
parent | a52f07f6833590b410ac9cde84ee60caaed67631 (diff) | |
download | tdesdk-5078ce4c93affa49e4ba206930b07813d066415b.tar.gz tdesdk-5078ce4c93affa49e4ba206930b07813d066415b.zip |
Use tdeApp
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.cpp')
-rw-r--r-- | kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.cpp b/kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.cpp index 17a9ec15..85902961 100644 --- a/kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.cpp +++ b/kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.cpp @@ -146,7 +146,7 @@ bool TmxCompendiumData::load(const KURL& url, const TQString& language) if( (100*(i+1))%total < 100 ) { emit progress((100*(i+1))/total); - kapp->processEvents(100); + tdeApp->processEvents(100); } TQDomNodeList tuvTags = tuTags.item(i).toElement().elementsByTagName("tuv"); |