summaryrefslogtreecommitdiffstats
path: root/libk3b/tools/k3bmsfedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libk3b/tools/k3bmsfedit.cpp')
-rw-r--r--libk3b/tools/k3bmsfedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3b/tools/k3bmsfedit.cpp b/libk3b/tools/k3bmsfedit.cpp
index 47ecbfd..86c018a 100644
--- a/libk3b/tools/k3bmsfedit.cpp
+++ b/libk3b/tools/k3bmsfedit.cpp
@@ -134,7 +134,7 @@ int K3bMsfEdit::currentStepValue() const
TQString text = editor()->text();
if( text.length() == 8 ) {
text = text.mid( editor()->cursorPosition() );
- int num = text.tqcontains( ':' );
+ int num = text.contains( ':' );
if( num == 1 )
val = 75;
else if( num == 2 )