diff options
Diffstat (limited to 'kspread/kspread_util.h')
-rw-r--r-- | kspread/kspread_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kspread/kspread_util.h b/kspread/kspread_util.h index 5418f118..fc39708b 100644 --- a/kspread/kspread_util.h +++ b/kspread/kspread_util.h @@ -173,7 +173,7 @@ public: TQRect range() const; /** Returns true if this range includes the specified cell */ - bool tqcontains (const Point &cell) const; + bool contains (const Point &cell) const; /** * Returns true if this range intersects Range @p r (ie. there is at least one cell * which is common to both Ranges ) |