summaryrefslogtreecommitdiffstats
path: root/kmplot/kmplot/FktDlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmplot/kmplot/FktDlg.cpp')
-rw-r--r--kmplot/kmplot/FktDlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmplot/kmplot/FktDlg.cpp b/kmplot/kmplot/FktDlg.cpp
index cd30abfa..eae23ab5 100644
--- a/kmplot/kmplot/FktDlg.cpp
+++ b/kmplot/kmplot/FktDlg.cpp
@@ -137,7 +137,7 @@ void FktDlg::slotEdit()
int const id = getId( currentItem->text().section( ";", 0, 0) ) ;
// find out the function type
- char const prefix = m_view->parser()->ufkt[ m_view->parser()->ixValue(id) ].fstr.tqat(0).latin1();
+ char const prefix = m_view->parser()->ufkt[ m_view->parser()->ixValue(id) ].fstr.at(0).latin1();
if ( prefix == 'r')
slotEditPolar( id );