summaryrefslogtreecommitdiffstats
path: root/kommander/examples/tutorial/calc.kmdr
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/examples/tutorial/calc.kmdr')
-rw-r--r--kommander/examples/tutorial/calc.kmdr2
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/examples/tutorial/calc.kmdr b/kommander/examples/tutorial/calc.kmdr
index a476c254..2f17439e 100644
--- a/kommander/examples/tutorial/calc.kmdr
+++ b/kommander/examples/tutorial/calc.kmdr
@@ -194,7 +194,7 @@
<stringlist>
<string>@ListBox1.insertItem(@expr(@LineEdit1.text), -1)
@LineEdit1.clear
-@LineEdit2.setText("Sum: @expr(@String.tqreplace(@ListBox1.text, "\n", "+"))")
+@LineEdit2.setText("Sum: @expr(@String.replace(@ListBox1.text, "\n", "+"))")
</string>
</stringlist>
</property>