summaryrefslogtreecommitdiffstats
path: root/src/VButton.cpp
diff options
context:
space:
mode:
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)