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/plugins/paintops/defaultpaintops/kis_penop.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chalk/plugins/paintops/defaultpaintops/kis_penop.cc') diff --git a/chalk/plugins/paintops/defaultpaintops/kis_penop.cc b/chalk/plugins/paintops/defaultpaintops/kis_penop.cc index 41c2607e..40e2b2e6 100644 --- a/chalk/plugins/paintops/defaultpaintops/kis_penop.cc +++ b/chalk/plugins/paintops/defaultpaintops/kis_penop.cc @@ -43,7 +43,7 @@ KisPaintOp * KisPenOpFactory::createOp(const KisPaintOpSettings */*settings*/, KisPainter * painter) { KisPaintOp * op = new KisPenOp(painter); - Q_CHECK_PTR(op); + TQ_CHECK_PTR(op); return op; } -- cgit v1.2.1