diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:23:29 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:23:29 -0600 |
commit | 2dfc9a2950b3c7179ede2903d5713a8486cb0e8d (patch) | |
tree | c1725476af2ed61a0c705b9312311e971d3c07b6 /pyuic3/embed.cpp | |
parent | 104997c6f7b545c0095fdc1b1573367bc4cb4d5b (diff) | |
download | pytqt-2dfc9a2950b3c7179ede2903d5713a8486cb0e8d.tar.gz pytqt-2dfc9a2950b3c7179ede2903d5713a8486cb0e8d.zip |
Rename additional global TQt functions
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; |