summaryrefslogtreecommitdiffstats
path: root/src/ksvnwidgets/depthselector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ksvnwidgets/depthselector.cpp')
-rw-r--r--src/ksvnwidgets/depthselector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ksvnwidgets/depthselector.cpp b/src/ksvnwidgets/depthselector.cpp
index 314613d..331edc4 100644
--- a/src/ksvnwidgets/depthselector.cpp
+++ b/src/ksvnwidgets/depthselector.cpp
@@ -56,7 +56,7 @@ DepthSelector::~DepthSelector()
void DepthSelector::addItemWidget(TQWidget*aWidget)
{
DepthFormLayout->removeItem(m_leftspacer);
- aWidget->reparent(this,tqgeometry().topLeft());
+ aWidget->reparent(this,geometry().topLeft());
DepthFormLayout->addWidget(aWidget);
aWidget->setSizePolicy(TQSizePolicy::Fixed,TQSizePolicy::Fixed);
DepthFormLayout->addItem(m_leftspacer);