summaryrefslogtreecommitdiffstats
path: root/karbon/commands/vdeletenodescmd.cc
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/commands/vdeletenodescmd.cc')
-rw-r--r--karbon/commands/vdeletenodescmd.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/commands/vdeletenodescmd.cc b/karbon/commands/vdeletenodescmd.cc
index c16ac497..d1f7c979 100644
--- a/karbon/commands/vdeletenodescmd.cc
+++ b/karbon/commands/vdeletenodescmd.cc
@@ -52,7 +52,7 @@ VDeleteNodeCmd::visitVSubpath( VSubpath& path )
segment = segment->next();
}
if( m_segments.count() > 0 )
- path.tqinvalidateBoundingBox();
+ path.invalidateBoundingBox();
}
void