summaryrefslogtreecommitdiffstats
path: root/kimagemapeditor/drawzone.h
diff options
context:
space:
mode:
Diffstat (limited to 'kimagemapeditor/drawzone.h')
-rw-r--r--kimagemapeditor/drawzone.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kimagemapeditor/drawzone.h b/kimagemapeditor/drawzone.h
index f1b1d410..35838619 100644
--- a/kimagemapeditor/drawzone.h
+++ b/kimagemapeditor/drawzone.h
@@ -42,8 +42,8 @@ public:
~DrawZone();
TQImage picture() const;
- void tqrepaintArea(const Area & a);
- void tqrepaintRect(const TQRect & r);
+ void repaintArea(const Area & a);
+ void repaintRect(const TQRect & r);
void cancelDrawing();
void setPicture(const TQImage &_image);