diff options
Diffstat (limited to 'kig/objects/object_holder.cc')
-rw-r--r-- | kig/objects/object_holder.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kig/objects/object_holder.cc b/kig/objects/object_holder.cc index f3516eea..70e1100b 100644 --- a/kig/objects/object_holder.cc +++ b/kig/objects/object_holder.cc @@ -80,9 +80,9 @@ void ObjectHolder::draw( KigPainter& p, bool selected ) const mdrawer->draw( *imp(), p, selected ); } -bool ObjectHolder::tqcontains( const Coordinate& pt, const KigWidget& w, bool nv ) const +bool ObjectHolder::contains( const Coordinate& pt, const KigWidget& w, bool nv ) const { - return mdrawer->tqcontains( *imp(), pt, w, nv ); + return mdrawer->contains( *imp(), pt, w, nv ); } bool ObjectHolder::inRect( const Rect& r, const KigWidget& w ) const |