summaryrefslogtreecommitdiffstats
path: root/pylupdate3
diff options
context:
space:
mode:
Diffstat (limited to 'pylupdate3')
-rw-r--r--pylupdate3/main.cpp2
-rw-r--r--pylupdate3/numberh.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/pylupdate3/main.cpp b/pylupdate3/main.cpp
index d78e5a3..042fdc4 100644
--- a/pylupdate3/main.cpp
+++ b/pylupdate3/main.cpp
@@ -80,7 +80,7 @@ int main( int argc, char **argv )
verbose = TRUE;
continue;
} else if ( qstrcmp(argv[i], "-version") == 0 ) {
- qWarning( "pylupdate version %s", QT_VERSION_STR );
+ qWarning( "pylupdate version %s", TQT_VERSION_STR );
return 0;
}
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;