summaryrefslogtreecommitdiffstats
path: root/kformula/formulastring.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kformula/formulastring.cc')
-rw-r--r--kformula/formulastring.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kformula/formulastring.cc b/kformula/formulastring.cc
index b22c8576..400fdd66 100644
--- a/kformula/formulastring.cc
+++ b/kformula/formulastring.cc
@@ -112,7 +112,7 @@ void FormulaString::helpButtonClicked()
void FormulaString::cursorPositionChanged( int para, int pos )
{
- position->setText( TQString( "%1:%2" ).tqarg( para+1 ).tqarg( pos+1 ) );
+ position->setText( TQString( "%1:%2" ).arg( para+1 ).arg( pos+1 ) );
}
#include "formulastring.moc"