diff options
Diffstat (limited to 'kimagemapeditor/imagemap.h')
-rw-r--r-- | kimagemapeditor/imagemap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kimagemapeditor/imagemap.h b/kimagemapeditor/imagemap.h index 5f24560e..eb31cc1c 100644 --- a/kimagemapeditor/imagemap.h +++ b/kimagemapeditor/imagemap.h @@ -55,7 +55,7 @@ public: ~ImageMap(); void setZoom(double z); void setPicture(const TQImage &_image); - void tqrepaintArea(const Area & a); + void repaintArea(const Area & a); TQImage picture() const; TQPoint translateFromZoom(const TQPoint & p) const; TQPoint translateToZoom(const TQPoint & p) const; |