From a8375f185a6fe1417de964699551476864dc1fcd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:33:08 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- 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