summaryrefslogtreecommitdiffstats
path: root/lib/kformula/kformulaview.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kformula/kformulaview.cc')
-rw-r--r--lib/kformula/kformulaview.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kformula/kformulaview.cc b/lib/kformula/kformulaview.cc
index 8099f633..f4385b38 100644
--- a/lib/kformula/kformulaview.cc
+++ b/lib/kformula/kformulaview.cc
@@ -132,7 +132,7 @@ View::~View()
TQPoint View::getCursorPoint() const
{
- return contextStyle().tqlayoutUnitToPixel( cursor()->getCursorPoint() );
+ return contextStyle().layoutUnitToPixel( cursor()->getCursorPoint() );
}
void View::setReadOnly(bool ro)