summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/viewplugins/colorrange/dlg_colorrange.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/plugins/viewplugins/colorrange/dlg_colorrange.cc')
-rw-r--r--chalk/plugins/viewplugins/colorrange/dlg_colorrange.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/plugins/viewplugins/colorrange/dlg_colorrange.cc b/chalk/plugins/viewplugins/colorrange/dlg_colorrange.cc
index 43f98a53a..22a82e554 100644
--- a/chalk/plugins/viewplugins/colorrange/dlg_colorrange.cc
+++ b/chalk/plugins/viewplugins/colorrange/dlg_colorrange.cc
@@ -239,7 +239,7 @@ void DlgColorRange::updatePreview()
TQ_INT32 x, y, w, h;
m_dev->exactBounds(x, y, w, h);
- TQPixmap pix = TQPixmap(m_selection->tqmaskImage().smoothScale(350, 350, TQ_ScaleMin));
+ TQPixmap pix = TQPixmap(m_selection->maskImage().smoothScale(350, 350, TQ_ScaleMin));
m_subject->canvasController()->updateCanvas();
m_page->pixSelection->setPixmap(pix);
}