summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/tools/selectiontools/kis_tool_move_selection.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/plugins/tools/selectiontools/kis_tool_move_selection.cc')
-rw-r--r--chalk/plugins/tools/selectiontools/kis_tool_move_selection.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/plugins/tools/selectiontools/kis_tool_move_selection.cc b/chalk/plugins/tools/selectiontools/kis_tool_move_selection.cc
index b7b123d78..343cee9fd 100644
--- a/chalk/plugins/tools/selectiontools/kis_tool_move_selection.cc
+++ b/chalk/plugins/tools/selectiontools/kis_tool_move_selection.cc
@@ -88,7 +88,7 @@ private:
m_layer->setX(pos.x());
m_layer->setY(pos.y());
- m_layer->tqparentPaintDevice()->setDirty();
+ m_layer->parentPaintDevice()->setDirty();
if (m_layer->undoAdapter()) {
m_layer->undoAdapter()->setUndo(true);