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