summaryrefslogtreecommitdiffstats
path: root/kcachegrind/kcachegrind/coverageview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcachegrind/kcachegrind/coverageview.cpp')
-rw-r--r--kcachegrind/kcachegrind/coverageview.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kcachegrind/kcachegrind/coverageview.cpp b/kcachegrind/kcachegrind/coverageview.cpp
index 460a4969..ba6ce77f 100644
--- a/kcachegrind/kcachegrind/coverageview.cpp
+++ b/kcachegrind/kcachegrind/coverageview.cpp
@@ -36,9 +36,9 @@
//
-CoverageView::CoverageView(bool showCallers, TraceItemView* tqparentView,
+CoverageView::CoverageView(bool showCallers, TraceItemView* parentView,
TQWidget* tqparent, const char* name)
- : TQListView(tqparent, name), TraceItemView(tqparentView)
+ : TQListView(tqparent, name), TraceItemView(parentView)
{
_showCallers = showCallers;
@@ -108,7 +108,7 @@ TQString CoverageView::whatsThis() const
"<p>As there can be many calls from the same function, "
"the distance column sometimes shows "
"the range of distances for all "
- "calls happening; then, in tqparentheses, there is the "
+ "calls happening; then, in parentheses, there is the "
"medium distance, i.e. the distance where most of the "
"call costs happened.</p>"
@@ -138,7 +138,7 @@ TQString CoverageView::whatsThis() const
"<p>As there can be many calls to the same function, "
"the distance column sometimes shows "
"the range of distances for all "
- "calls happening; then, in tqparentheses, there is the "
+ "calls happening; then, in parentheses, there is the "
"medium distance, i.e. the distance where most of the "
"call costs happened.</p>"