summaryrefslogtreecommitdiffstats
path: root/kimagemapeditor/imagemap.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
commita40b0e89b6b20ba9039d3f79e73afbeac6954ccb (patch)
tree07779032ca48d6e8e71887a329141f8e635c901c /kimagemapeditor/imagemap.h
parenta2bae01d006ea8053e85bc16d09a8cf40a4b0b75 (diff)
downloadtdewebdev-a40b0e89b6b20ba9039d3f79e73afbeac6954ccb.tar.gz
tdewebdev-a40b0e89b6b20ba9039d3f79e73afbeac6954ccb.zip
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kimagemapeditor/imagemap.h')
-rw-r--r--kimagemapeditor/imagemap.h2
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;