diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:15:26 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-18 18:15:26 -0600 |
commit | ed6f377136e3ee497d97e76873d0869846dba888 (patch) | |
tree | 90d880dd1ff6116306e369ead781153825dff8b5 /client/crystalbutton.h | |
parent | 7d07294e82b3eb432ae53752adb84b909211ac57 (diff) | |
download | twin-style-crystal-ed6f377136e3ee497d97e76873d0869846dba888.tar.gz twin-style-crystal-ed6f377136e3ee497d97e76873d0869846dba888.zip |
Rename old tq methods that no longer need a unique name
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 84f967e..0338688 100644 --- a/client/crystalbutton.h +++ b/client/crystalbutton.h @@ -41,7 +41,7 @@ public: virtual ~CrystalButton(); void setBitmap(ButtonImage *newimage); - TQSize tqsizeHint() const; + TQSize sizeHint() const; int lastMousePress() const { return lastmouse_; } void reset() { tqrepaint(false); } void setFirstLast(bool vfirst,bool vlast) { first|=vfirst; last|=vlast; } |