diff options
Diffstat (limited to 'lib/kofficecore/KoChild.h')
-rw-r--r-- | lib/kofficecore/KoChild.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficecore/KoChild.h b/lib/kofficecore/KoChild.h index 4734bbd4..0dbc74be 100644 --- a/lib/kofficecore/KoChild.h +++ b/lib/kofficecore/KoChild.h @@ -96,7 +96,7 @@ public: * Tests whether the part contains a certain point. The point is * in the coordinate system of the tqparent. */ - //virtual bool tqcontains( const TQPoint& ) const; + //virtual bool contains( const TQPoint& ) const; /** * @return the effective bounding rect after all transformations. |