summaryrefslogtreecommitdiffstats
path: root/kcachegrind/kcachegrind/costtypeview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcachegrind/kcachegrind/costtypeview.h')
-rw-r--r--kcachegrind/kcachegrind/costtypeview.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kcachegrind/kcachegrind/costtypeview.h b/kcachegrind/kcachegrind/costtypeview.h
index 63d95ea7..3a68a6c7 100644
--- a/kcachegrind/kcachegrind/costtypeview.h
+++ b/kcachegrind/kcachegrind/costtypeview.h
@@ -30,10 +30,11 @@
class CostTypeView: public TQListView, public TraceItemView
{
Q_OBJECT
+ TQ_OBJECT
public:
- CostTypeView(TraceItemView* parentView,
- TQWidget* parent=0, const char* name=0);
+ CostTypeView(TraceItemView* tqparentView,
+ TQWidget* tqparent=0, const char* name=0);
virtual TQWidget* widget() { return this; }
TQString whatsThis() const;