summaryrefslogtreecommitdiffstats
path: root/kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:35:10 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-20 05:10:16 +0200
commit5fcaf38922885bbb138ba17ff7d2e9ec9ad0c0c2 (patch)
tree4d54dd823cb40aaaa4aa3b41e2169a97472b6ff5 /kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.cpp
parent1a3af445fb662a07622941caf81e368c8408b192 (diff)
downloadtdesdk-5fcaf38922885bbb138ba17ff7d2e9ec9ad0c0c2.tar.gz
tdesdk-5fcaf38922885bbb138ba17ff7d2e9ec9ad0c0c2.zip
Rename old tq methods that no longer need a unique name
(cherry picked from commit 1dd83e5f38d1c16d3e6da18d0caca0ee093ab58f)
Diffstat (limited to 'kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.cpp')
-rw-r--r--kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.cpp b/kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.cpp
index 8646806e..3c12be11 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->tqprocessEvents(100);
+ kapp->processEvents(100);
}
TQDomNodeList tuvTags = tuTags.item(i).toElement().elementsByTagName("tuv");