diff options
Diffstat (limited to 'kugar/kudesigner_lib/line.cpp')
-rw-r--r-- | kugar/kudesigner_lib/line.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kugar/kudesigner_lib/line.cpp b/kugar/kudesigner_lib/line.cpp index caff18a1..fb5a56d5 100644 --- a/kugar/kudesigner_lib/line.cpp +++ b/kugar/kudesigner_lib/line.cpp @@ -113,7 +113,7 @@ void Line::setSection( Band *section ) { props[ "X1" ].setValue( ( int ) ( x() - section->x() ) ); props[ "Y1" ].setValue( ( int ) ( y() - section->y() ) ); - tqparentSection = section; + parentSection = section; } void Line::updateGeomProps() |