summaryrefslogtreecommitdiffstats
path: root/client/crystalbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/crystalbutton.h')
-rw-r--r--client/crystalbutton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/crystalbutton.h b/client/crystalbutton.h
index 0338688..26c8024 100644
--- a/client/crystalbutton.h
+++ b/client/crystalbutton.h
@@ -43,7 +43,7 @@ public:
void setBitmap(ButtonImage *newimage);
TQSize sizeHint() const;
int lastMousePress() const { return lastmouse_; }
- void reset() { tqrepaint(false); }
+ void reset() { repaint(false); }
void setFirstLast(bool vfirst,bool vlast) { first|=vfirst; last|=vlast; }
void resetSize(bool FullSize);
private: