summaryrefslogtreecommitdiffstats
path: root/qt/PlatQt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt/PlatQt.cpp')
-rw-r--r--qt/PlatQt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/PlatQt.cpp b/qt/PlatQt.cpp
index 9f31d0d..1f09377 100644
--- a/qt/PlatQt.cpp
+++ b/qt/PlatQt.cpp
@@ -594,7 +594,7 @@ PRectangle Window::GetPosition()
if (w)
{
- const TQRect &r = w -> tqgeometry();
+ const TQRect &r = w -> geometry();
rc.left = r.left();
rc.top = r.top();