diff options
Diffstat (limited to 'chalk/core/kis_paintop.cc')
-rw-r--r-- | chalk/core/kis_paintop.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/core/kis_paintop.cc b/chalk/core/kis_paintop.cc index edb9faf6..59cfef6b 100644 --- a/chalk/core/kis_paintop.cc +++ b/chalk/core/kis_paintop.cc @@ -57,7 +57,7 @@ KisPaintDeviceSP KisPaintOp::computeDab(KisAlphaMaskSP mask, KisColorSpace *cs) if(!m_dab || m_dab->colorSpace() != cs) m_dab = new KisPaintDevice(cs, "dab"); - Q_CHECK_PTR(m_dab); + TQ_CHECK_PTR(m_dab); KisColor kc = m_painter->paintColor(); |