diff options
Diffstat (limited to 'chalk/plugins/paintops/defaultpaintops/kis_smudgeop.cc')
-rw-r--r-- | chalk/plugins/paintops/defaultpaintops/kis_smudgeop.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chalk/plugins/paintops/defaultpaintops/kis_smudgeop.cc b/chalk/plugins/paintops/defaultpaintops/kis_smudgeop.cc index 2e50bebb..a493f132 100644 --- a/chalk/plugins/paintops/defaultpaintops/kis_smudgeop.cc +++ b/chalk/plugins/paintops/defaultpaintops/kis_smudgeop.cc @@ -263,8 +263,8 @@ void KisSmudgeOp::paintAt(const KisPoint &pos, const KisPaintInformation& info) m_painter->setPressure(adjustedInfo.pressure); - TQRect dabRect = TQRect(0, 0, brush->tqmaskWidth(adjustedInfo), - brush->tqmaskHeight(adjustedInfo)); + TQRect dabRect = TQRect(0, 0, brush->maskWidth(adjustedInfo), + brush->maskHeight(adjustedInfo)); TQRect dstRect = TQRect(x, y, dabRect.width(), dabRect.height()); KisImage * image = device->image(); |