summaryrefslogtreecommitdiffstats
path: root/client/imageholder.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/imageholder.h')
-rw-r--r--client/imageholder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/imageholder.h b/client/imageholder.h
index bed7fca..25926b9 100644
--- a/client/imageholder.h
+++ b/client/imageholder.h
@@ -38,7 +38,7 @@ public:
void Init();
TQPixmap *image(bool active) { Init(); return active?img_active:img_inactive; }
- void tqrepaint(bool force);
+ void repaint(bool force);
void setUserdefinedPictures(TQImage act,TQImage inact);