summaryrefslogtreecommitdiffstats
path: root/client/imageholder.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:41:17 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:41:17 -0600
commitcb4818cf88c6db8d0d799f38305da0fb95856053 (patch)
treef6580e34c4b714d5992f900c66f789f0917fa7ed /client/imageholder.h
parented6f377136e3ee497d97e76873d0869846dba888 (diff)
downloadtwin-style-crystal-cb4818cf88c6db8d0d799f38305da0fb95856053.tar.gz
twin-style-crystal-cb4818cf88c6db8d0d799f38305da0fb95856053.zip
Remove additional unneeded tq method conversions
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);