summaryrefslogtreecommitdiffstats
path: root/kcachegrind/kcachegrind/callmapview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcachegrind/kcachegrind/callmapview.h')
-rw-r--r--kcachegrind/kcachegrind/callmapview.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kcachegrind/kcachegrind/callmapview.h b/kcachegrind/kcachegrind/callmapview.h
index 860743fe..1ee45258 100644
--- a/kcachegrind/kcachegrind/callmapview.h
+++ b/kcachegrind/kcachegrind/callmapview.h
@@ -78,7 +78,7 @@ public:
bool isMarked(int) const;
TQString text(int) const;
TQPixmap pixmap(int) const;
- TreeMapItemList* children();
+ TreeMapItemList* tqchildren();
TQColor backColor() const;
private:
@@ -99,7 +99,7 @@ public:
bool isMarked(int) const;
TQString text(int) const;
TQPixmap pixmap(int) const;
- TreeMapItemList* children();
+ TreeMapItemList* tqchildren();
TQColor backColor() const;
private:
@@ -118,7 +118,7 @@ public:
bool isMarked(int) const;
TQString text(int) const;
TQPixmap pixmap(int) const;
- TreeMapItemList* children();
+ TreeMapItemList* tqchildren();
TQColor backColor() const;
private: