diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:57:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:57:23 -0600 |
commit | ba88338b6720eaf71a79e09bc0c9dc0df76cad5d (patch) | |
tree | b61099ed5b000cb8f783d33dabbed03575977141 /src/VButton.cpp | |
parent | a8375f185a6fe1417de964699551476864dc1fcd (diff) | |
download | kvkbd-ba88338b6720eaf71a79e09bc0c9dc0df76cad5d.tar.gz kvkbd-ba88338b6720eaf71a79e09bc0c9dc0df76cad5d.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit a8375f185a6fe1417de964699551476864dc1fcd.
Diffstat (limited to 'src/VButton.cpp')
-rw-r--r-- | src/VButton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VButton.cpp b/src/VButton.cpp index 92a54f0..b46ce28 100644 --- a/src/VButton.cpp +++ b/src/VButton.cpp @@ -87,7 +87,7 @@ void VButton::reposition(int width, int height) } void VButton::res() { - orig_size=geometry(); + orig_size=tqgeometry(); } void VButton::mousePressEvent(TQMouseEvent * e) |