summaryrefslogtreecommitdiffstats
path: root/kcachegrind/kcachegrind/callgraphview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcachegrind/kcachegrind/callgraphview.h')
-rw-r--r--kcachegrind/kcachegrind/callgraphview.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kcachegrind/kcachegrind/callgraphview.h b/kcachegrind/kcachegrind/callgraphview.h
index 2e15022d..f2e567c1 100644
--- a/kcachegrind/kcachegrind/callgraphview.h
+++ b/kcachegrind/kcachegrind/callgraphview.h
@@ -169,7 +169,7 @@ class GraphOptions
virtual int detailLevel() = 0;
virtual Layout tqlayout() = 0;
- static TQString tqlayoutString(Layout);
+ static TQString layoutString(Layout);
static Layout tqlayout(TQString);
};
@@ -240,7 +240,7 @@ public:
// calls createGraph before dumping of not already created
void writeDot();
- // to map back to structures when parsing a tqlayouted graph
+ // to map back to structures when parsing a layouted graph
/* <toFunc> is a helper for node() and edge().
* Don't use the returned pointer directly, but only with
@@ -422,7 +422,7 @@ class CallGraphView: public TQCanvasView, public TraceItemView,
public:
enum ZoomPosition { TopLeft, TopRight, BottomLeft, BottomRight, Auto };
- CallGraphView(TraceItemView* tqparentView,
+ CallGraphView(TraceItemView* parentView,
TQWidget* tqparent=0, const char* name=0);
~CallGraphView();