summaryrefslogtreecommitdiffstats
path: root/src/VButton.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:40:06 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-24 15:53:32 +0200
commitdb73d80c349c6033fd4a10cd42ec6d9733c9bd5a (patch)
tree76e17f61c7c963652f423f4c72b9707ee2456bb4 /src/VButton.cpp
parentebea4d824f28e741f594edbf93ea9f7756691216 (diff)
downloadkvkbd-db73d80c349c6033fd4a10cd42ec6d9733c9bd5a.tar.gz
kvkbd-db73d80c349c6033fd4a10cd42ec6d9733c9bd5a.zip
Remove additional unneeded tq method conversions
(cherry picked from commit 4b8539cfb272ae5cf2c4ab7a39d99ee7c328ba43)
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)