diff options
Diffstat (limited to 'kig/objects/object_drawer.h')
-rw-r--r-- | kig/objects/object_drawer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kig/objects/object_drawer.h b/kig/objects/object_drawer.h index 7fca8d4e..cbd1374a 100644 --- a/kig/objects/object_drawer.h +++ b/kig/objects/object_drawer.h @@ -68,7 +68,7 @@ public: * dependent on whether it is shown ( when it will never contain * anything ), and on its width.. */ - bool tqcontains( const ObjectImp& imp, const Coordinate& pt, const KigWidget& w, bool nv = false ) const; + bool contains( const ObjectImp& imp, const Coordinate& pt, const KigWidget& w, bool nv = false ) const; /** * returns whether the object \p imp is in the rectangle \p r . This is * dependent on whether it is shown and on its width.. |