summaryrefslogtreecommitdiffstats
path: root/client/imageholder.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:53 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:53 -0600
commit7d07294e82b3eb432ae53752adb84b909211ac57 (patch)
tree6822a123e605f68057fa53a7c9ed43aa7d3dbe73 /client/imageholder.h
parent7b745a9472f418920ad89f0cd28d3e94de40bee2 (diff)
downloadtwin-style-crystal-7d07294e82b3eb432ae53752adb84b909211ac57.tar.gz
twin-style-crystal-7d07294e82b3eb432ae53752adb84b909211ac57.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 7b745a9472f418920ad89f0cd28d3e94de40bee2.
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 25926b9..bed7fca 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 repaint(bool force);
+ void tqrepaint(bool force);
void setUserdefinedPictures(TQImage act,TQImage inact);