From 8c554b0d552004f8c44d8a16a38633a82ee02aea Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 14 Feb 2012 21:07:24 -0600 Subject: Update various qt function definitions and static methods for tqt3 --- src/fastscale/scale.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fastscale/scale.cpp') 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. */ -- cgit v1.2.3