diff options
Diffstat (limited to 'kbabel/common/poinfo.cpp')
-rw-r--r-- | kbabel/common/poinfo.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kbabel/common/poinfo.cpp b/kbabel/common/poinfo.cpp index f7245141..173c369d 100644 --- a/kbabel/common/poinfo.cpp +++ b/kbabel/common/poinfo.cpp @@ -1,6 +1,6 @@ /* This file is part of KBabel - Copyright (C) 2002 Stefan Asserh�ll <[email protected]> + Copyright (C) 2002 Stefan Asserh�ll <[email protected]> 2003-2005 Stanislav Visnovsky <[email protected]> This program is free software; you can redistribute it and/or modify @@ -399,7 +399,7 @@ ConversiontqStatus PoInfo::info(const TQString& url, PoInfo& info, TQStringList while( lexer->lastToken != T_EOF && success==OK) { - if( interactive ) kapp->processEvents(10); + if( interactive ) kapp->tqprocessEvents(10); if( stopStaticRead ) { @@ -639,7 +639,7 @@ bool PoInfo::findInFile( const TQString& url, FindOptions options ) } case T_MSGID: case T_MSGIDPLURAL: { - kapp->processEvents(10); + kapp->tqprocessEvents(10); // if stopped, return not found if( stopStaticRead ) |