summaryrefslogtreecommitdiffstats
path: root/kcachegrind/kcachegrind/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcachegrind/kcachegrind/utils.h')
-rw-r--r--kcachegrind/kcachegrind/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcachegrind/kcachegrind/utils.h b/kcachegrind/kcachegrind/utils.h
index 7256f054..06052a61 100644
--- a/kcachegrind/kcachegrind/utils.h
+++ b/kcachegrind/kcachegrind/utils.h
@@ -86,7 +86,7 @@ class FixString {
bool stripInt64(int64&, bool stripSpaces = true);
operator TQString() const
- { return TQString::fromLatin1(_str,_len); }
+ { return TQString::tqfromLatin1(_str,_len); }
private:
const char* _str;