summaryrefslogtreecommitdiffstats
path: root/kcachegrind/kcachegrind/sourceitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcachegrind/kcachegrind/sourceitem.cpp')
-rw-r--r--kcachegrind/kcachegrind/sourceitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcachegrind/kcachegrind/sourceitem.cpp b/kcachegrind/kcachegrind/sourceitem.cpp
index 1da4dafb..db1ee04b 100644
--- a/kcachegrind/kcachegrind/sourceitem.cpp
+++ b/kcachegrind/kcachegrind/sourceitem.cpp
@@ -57,7 +57,7 @@ SourceItem::SourceItem(SourceView* sv, TQListView* tqparent,
setText(0, TQString::number(lineno));
TQString s = src;
- setText(4, s.tqreplace( TQRegExp("\t"), " " ));
+ setText(4, s.replace( TQRegExp("\t"), " " ));
updateGroup();
updateCost();