diff options
Diffstat (limited to 'pyuic3/embed.cpp')
-rw-r--r-- | pyuic3/embed.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuic3/embed.cpp b/pyuic3/embed.cpp index 17efd0d..410a0d8 100644 --- a/pyuic3/embed.cpp +++ b/pyuic3/embed.cpp @@ -67,7 +67,7 @@ static TQString convertToCIdentifier( const char *s ) static ulong embedData( TQTextStream& out, const uchar* input, int nbytes ) { #ifndef QT_NO_IMAGE_COLLECTION_COMPRESSION - TQByteArray bazip( qCompress( input, nbytes ) ); + TQByteArray bazip( tqCompress( input, nbytes ) ); uint len = bazip.size(); #else uint len = (uint)nbytes; |