diff options
author | Timothy Pearson <[email protected]> | 2011-12-19 11:41:17 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-19 11:41:17 -0600 |
commit | cb4818cf88c6db8d0d799f38305da0fb95856053 (patch) | |
tree | f6580e34c4b714d5992f900c66f789f0917fa7ed /client/crystalbutton.h | |
parent | ed6f377136e3ee497d97e76873d0869846dba888 (diff) | |
download | twin-style-crystal-cb4818cf88c6db8d0d799f38305da0fb95856053.tar.gz twin-style-crystal-cb4818cf88c6db8d0d799f38305da0fb95856053.zip |
Remove additional unneeded tq method conversions
Diffstat (limited to 'client/crystalbutton.h')
-rw-r--r-- | client/crystalbutton.h | 2 |
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: |