diff options
Diffstat (limited to 'knode/kncollectionviewitem.cpp')
-rw-r--r-- | knode/kncollectionviewitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knode/kncollectionviewitem.cpp b/knode/kncollectionviewitem.cpp index 8fed1f968..35f2ae2cc 100644 --- a/knode/kncollectionviewitem.cpp +++ b/knode/kncollectionviewitem.cpp @@ -160,7 +160,7 @@ TQString KNCollectionViewItem::squeezeFolderName( const TQString &text, nextPos = t.find('.', curPos); if ( nextPos != -1 ) { temp = t[curPos]; - t.replace( curPos, nextPos - curPos, temp ); + t.tqreplace( curPos, nextPos - curPos, temp ); curPos += 2; } } |