summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/singlecontainerwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor/singlecontainerwidget.cpp')
-rw-r--r--kregexpeditor/singlecontainerwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/singlecontainerwidget.cpp b/kregexpeditor/singlecontainerwidget.cpp
index dc9cdec..bfa90b9 100644
--- a/kregexpeditor/singlecontainerwidget.cpp
+++ b/kregexpeditor/singlecontainerwidget.cpp
@@ -98,7 +98,7 @@ RegExpWidget* SingleContainerWidget::findWidgetToEdit( TQPoint globalPos )
RegExpWidget* wid = _child->findWidgetToEdit( globalPos );
if ( wid )
return wid;
- else if ( TQRect(mapToGlobal(TQPoint(0,0)), size()).tqcontains( globalPos ) )
+ else if ( TQRect(mapToGlobal(TQPoint(0,0)), size()).contains( globalPos ) )
return this;
else
return 0;