diff options
Diffstat (limited to 'libk3b/tools/kcutlabel.cpp')
-rw-r--r-- | libk3b/tools/kcutlabel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3b/tools/kcutlabel.cpp b/libk3b/tools/kcutlabel.cpp index d06c887..650f83d 100644 --- a/libk3b/tools/kcutlabel.cpp +++ b/libk3b/tools/kcutlabel.cpp @@ -82,7 +82,7 @@ void KCutLabel::cutTextToLabel() TQToolTip::remove( this ); TQToolTip::hide(); - if( m_fullText.tqcontains( "\n" ) ) { + if( m_fullText.contains( "\n" ) ) { TQString newText; TQStringList lines = TQStringList::split( "\n", m_fullText ); for( TQStringList::Iterator it = lines.begin(); it != lines.end(); ++it ) { |