From e6cf8874a75a09b279e13f59e78b31804b1d6f83 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 14 Feb 2012 21:10:09 -0600 Subject: Update various qt function definitions and static methods for tqt3 --- chalk/core/kis_alpha_mask.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chalk/core/kis_alpha_mask.cc') diff --git a/chalk/core/kis_alpha_mask.cc b/chalk/core/kis_alpha_mask.cc index 3f382c30..15296308 100644 --- a/chalk/core/kis_alpha_mask.cc +++ b/chalk/core/kis_alpha_mask.cc @@ -117,7 +117,7 @@ KisAlphaMaskSP KisAlphaMask::interpolate(KisAlphaMaskSP mask1, KisAlphaMaskSP ma int width = mask1->width(); int height = mask1->height(); KisAlphaMaskSP outputMask = new KisAlphaMask(width, height); - Q_CHECK_PTR(outputMask); + TQ_CHECK_PTR(outputMask); for (int x = 0; x < width; x++) { for (int y = 0; y < height; y++) { -- cgit v1.2.1