diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-14 21:07:24 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-14 21:07:24 -0600 |
commit | 8c554b0d552004f8c44d8a16a38633a82ee02aea (patch) | |
tree | 12b920d7bf62af8b1a761407829ee7ac4c232177 /src | |
parent | cc259f5a8508ce97c383878670e6b180b2dd8596 (diff) | |
download | k3b-8c554b0d552004f8c44d8a16a38633a82ee02aea.tar.gz k3b-8c554b0d552004f8c44d8a16a38633a82ee02aea.zip |
Update various qt function definitions and static methods for tqt3
Diffstat (limited to 'src')
-rw-r--r-- | src/fastscale/scale.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fastscale/scale.cpp b/src/fastscale/scale.cpp index 62e0661..e15c5da 100644 --- a/src/fastscale/scale.cpp +++ b/src/fastscale/scale.cpp @@ -631,7 +631,7 @@ static TQImage ResizeImage(const TQImage& image,const int columns, if (support < filtersupport) support=filtersupport; contribution=new ContributionInfo[ fasttolong( 2.0*Max(support,0.5)+3 ) ]; - Q_CHECK_PTR( contribution ); + TQ_CHECK_PTR( contribution ); /* Resize image. */ |