summaryrefslogtreecommitdiffstats
path: root/kcachegrind/kcachegrind/traceitemview.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-12 01:36:19 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-12 01:36:19 +0000
commit99a2774ca6f1cab334de5d43fe36fc44ae889a4c (patch)
treeeff34cf0762227f6baf2a93e8fef48d4bed2651c /kcachegrind/kcachegrind/traceitemview.h
parent1c104292188541106338d4940b0f04beeb4301a0 (diff)
downloadtdesdk-99a2774ca6f1cab334de5d43fe36fc44ae889a4c.tar.gz
tdesdk-99a2774ca6f1cab334de5d43fe36fc44ae889a4c.zip
TQt4 convert kdesdk
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1236185 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcachegrind/kcachegrind/traceitemview.h')
-rw-r--r--kcachegrind/kcachegrind/traceitemview.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kcachegrind/kcachegrind/traceitemview.h b/kcachegrind/kcachegrind/traceitemview.h
index f83aa896..a842a1d2 100644
--- a/kcachegrind/kcachegrind/traceitemview.h
+++ b/kcachegrind/kcachegrind/traceitemview.h
@@ -66,10 +66,10 @@ public:
enum Direction { None, Back, Forward, Up };
- // a TraceItemView can have a position in a parent container
+ // a TraceItemView can have a position in a tqparent container
enum Position { Hidden, Top, Right, Left, Bottom };
- TraceItemView(TraceItemView* parentView, TopLevel* top = 0);
+ TraceItemView(TraceItemView* tqparentView, TopLevel* top = 0);
virtual ~TraceItemView() {}
virtual TQString whatsThis() const;
@@ -94,7 +94,7 @@ public:
// Overwrite in container views to also set new data for all members.
virtual void setData(TraceData* d);
- // change from parent, call updateView() to update lazily (only if visible)
+ // change from tqparent, call updateView() to update lazily (only if visible)
void setCostType(TraceCostType* t) { _newCostType = t; }
void setCostType2(TraceCostType* t) { _newCostType2 = t; }
void set(TraceItem::CostType g) { _newGroupType = g; }
@@ -113,7 +113,7 @@ public:
/**
* Notification from child views.
- * Default implementation notifies parent
+ * Default implementation notifies tqparent
*/
virtual void selected(TraceItemView* sender, TraceItem*);
virtual void selected(TraceItemView* sender, const TracePartList&);
@@ -165,7 +165,7 @@ public:
void addGoMenu(TQPopupMenu*);
protected:
- // helpers to call selected()/activated() of parentView
+ // helpers to call selected()/activated() of tqparentView
void selected(TraceItem*);
void selected(const TracePartList&);
void activated(TraceItem*);