diff options
Diffstat (limited to 'chalk/plugins/paintops/defaultpaintops/kis_brushop.cc')
-rw-r--r-- | chalk/plugins/paintops/defaultpaintops/kis_brushop.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/plugins/paintops/defaultpaintops/kis_brushop.cc b/chalk/plugins/paintops/defaultpaintops/kis_brushop.cc index 20850018..285b4d6f 100644 --- a/chalk/plugins/paintops/defaultpaintops/kis_brushop.cc +++ b/chalk/plugins/paintops/defaultpaintops/kis_brushop.cc @@ -51,7 +51,7 @@ KisPaintOp * KisBrushOpFactory::createOp(const KisPaintOpSettings *settings, Kis Q_ASSERT(settings == 0 || brushopSettings != 0); KisPaintOp * op = new KisBrushOp(brushopSettings, painter); - Q_CHECK_PTR(op); + TQ_CHECK_PTR(op); return op; } |