summaryrefslogtreecommitdiffstats
path: root/knode/kncollectionviewitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knode/kncollectionviewitem.cpp')
-rw-r--r--knode/kncollectionviewitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knode/kncollectionviewitem.cpp b/knode/kncollectionviewitem.cpp
index 8fed1f96..35f2ae2c 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;
}
}