diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-19 11:42:29 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-19 11:42:29 -0600 |
commit | 1aef904f94a86fecbc71888bc94a790ff36f0403 (patch) | |
tree | fd0070eb9a4dc25fc63b889d55f5c6198a324282 /qt/PlatQt.cpp | |
parent | c03d5480ab0242a8e6b03b466d90d32d39303e71 (diff) | |
download | tqscintilla-1aef904f94a86fecbc71888bc94a790ff36f0403.tar.gz tqscintilla-1aef904f94a86fecbc71888bc94a790ff36f0403.zip |
Remove additional unneeded tq method conversions
Diffstat (limited to 'qt/PlatQt.cpp')
-rw-r--r-- | qt/PlatQt.cpp | 2 |
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(); |