summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/designer/orderindicator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdevdesigner/designer/orderindicator.cpp')
-rw-r--r--kdevdesigner/designer/orderindicator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdevdesigner/designer/orderindicator.cpp b/kdevdesigner/designer/orderindicator.cpp
index 115d68f8..2904cfbf 100644
--- a/kdevdesigner/designer/orderindicator.cpp
+++ b/kdevdesigner/designer/orderindicator.cpp
@@ -78,7 +78,7 @@ void OrderIndicator::setOrder( int i, TQWidget* wid )
void OrderIndicator::reposition()
{
- TQPoint p =tqparentWidget()->mapFromGlobal( widget->mapToGlobal( widget->rect().topLeft() ) );
+ TQPoint p =parentWidget()->mapFromGlobal( widget->mapToGlobal( widget->rect().topLeft() ) );
move( p - TQPoint( width()/3, height()/3 ) );
}