diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:33:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:33:08 -0600 |
commit | a8375f185a6fe1417de964699551476864dc1fcd (patch) | |
tree | c45367ebc8cdba2d8bb84fd43694588ab480e93d /src/VButton.cpp | |
parent | eab60172a956c4d3af39b79096354f5677115c45 (diff) | |
download | kvkbd-a8375f185a6fe1417de964699551476864dc1fcd.tar.gz kvkbd-a8375f185a6fe1417de964699551476864dc1fcd.zip |
Rename a number of old tq methods that are no longer tq specific
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 b46ce28..92a54f0 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=tqgeometry(); + orig_size=geometry(); } void VButton::mousePressEvent(TQMouseEvent * e) |