diff options
author | Timothy Pearson <[email protected]> | 2011-12-15 15:34:16 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-15 15:34:16 -0600 |
commit | 7b745a9472f418920ad89f0cd28d3e94de40bee2 (patch) | |
tree | d7d32c2d2bd635d0bff4a586daa44708ae7dbc43 /client/imageholder.h | |
parent | db9e36b9865bce73259465e4e71415facc0c2560 (diff) | |
download | twin-style-crystal-7b745a9472f418920ad89f0cd28d3e94de40bee2.tar.gz twin-style-crystal-7b745a9472f418920ad89f0cd28d3e94de40bee2.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'client/imageholder.h')
-rw-r--r-- | client/imageholder.h | 2 |
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); |