From 4b8539cfb272ae5cf2c4ab7a39d99ee7c328ba43 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:40:06 -0600 Subject: Remove additional unneeded tq method conversions --- src/VButton.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/VButton.cpp') 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) -- cgit v1.2.3