diff options
Diffstat (limited to 'pylupdate3/numberh.cpp')
-rw-r--r-- | pylupdate3/numberh.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pylupdate3/numberh.cpp b/pylupdate3/numberh.cpp index 13bb4ad..4ba53d0 100644 --- a/pylupdate3/numberh.cpp +++ b/pylupdate3/numberh.cpp @@ -80,7 +80,7 @@ static TQString translationAttempt( const TQString& oldTranslation, const char *newSource ) { int p = zeroKey( oldSource ).contains( '0' ); - int oldSourceLen = qstrlen( oldSource ); + int oldSourceLen = tqstrlen( oldSource ); TQString attempt; TQStringList oldNumbers; TQStringList newNumbers; |