summaryrefslogtreecommitdiffstats
path: root/kcachegrind/kcachegrind/stackbrowser.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcachegrind/kcachegrind/stackbrowser.h')
-rw-r--r--kcachegrind/kcachegrind/stackbrowser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcachegrind/kcachegrind/stackbrowser.h b/kcachegrind/kcachegrind/stackbrowser.h
index e7d6b802..7e7677fe 100644
--- a/kcachegrind/kcachegrind/stackbrowser.h
+++ b/kcachegrind/kcachegrind/stackbrowser.h
@@ -29,7 +29,7 @@ public:
Stack(TraceFunction*);
// extend the stack at top/bottom if possible
- bool contains(TraceFunction*);
+ bool tqcontains(TraceFunction*);
void extendBottom();
void extendTop();