summaryrefslogtreecommitdiffstats
path: root/src/VButton.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:40:06 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:40:06 -0600
commit4b8539cfb272ae5cf2c4ab7a39d99ee7c328ba43 (patch)
tree024a4aac501bb28c35f6c185f57cc136b522a1fd /src/VButton.cpp
parentba88338b6720eaf71a79e09bc0c9dc0df76cad5d (diff)
downloadkvkbd-4b8539cfb272ae5cf2c4ab7a39d99ee7c328ba43.tar.gz
kvkbd-4b8539cfb272ae5cf2c4ab7a39d99ee7c328ba43.zip
Remove additional unneeded tq method conversions
Diffstat (limited to 'src/VButton.cpp')
-rw-r--r--src/VButton.cpp2
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)