diff options
Diffstat (limited to 'kig/objects/object_holder.h')
-rw-r--r-- | kig/objects/object_holder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kig/objects/object_holder.h b/kig/objects/object_holder.h index 0666fef1..1e80269b 100644 --- a/kig/objects/object_holder.h +++ b/kig/objects/object_holder.h @@ -103,7 +103,7 @@ public: /** * Returns whether this object contains the point \p p . */ - bool tqcontains( const Coordinate& p, const KigWidget& w, bool nv = false ) const; + bool contains( const Coordinate& p, const KigWidget& w, bool nv = false ) const; /** * Returns whether this object is in the rectangle \p r . */ |