summaryrefslogtreecommitdiffstats
path: root/src/gui/doublespinbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/doublespinbox.cpp')
-rw-r--r--src/gui/doublespinbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/doublespinbox.cpp b/src/gui/doublespinbox.cpp
index fb5efa4..6a384ed 100644
--- a/src/gui/doublespinbox.cpp
+++ b/src/gui/doublespinbox.cpp
@@ -123,7 +123,7 @@ double DoubleSpinBox::getMult()
if ( nsSuffix.isEmpty() )
text.append( m_queuedSuffix );
else
- text.tqreplace( nsSuffix, m_queuedSuffix );
+ text.replace( nsSuffix, m_queuedSuffix );
}
if ( text.length() == 0 )