summaryrefslogtreecommitdiffstats
path: root/kcachegrind/kcachegrind/stackselection.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcachegrind/kcachegrind/stackselection.h')
-rw-r--r--kcachegrind/kcachegrind/stackselection.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kcachegrind/kcachegrind/stackselection.h b/kcachegrind/kcachegrind/stackselection.h
index 5d34c7ac..6b71c2b8 100644
--- a/kcachegrind/kcachegrind/stackselection.h
+++ b/kcachegrind/kcachegrind/stackselection.h
@@ -19,7 +19,7 @@
/*
* StackSelection for KCachegrind
* For function selection of a most expected stack,
- * to be put into a QDockWindow
+ * to be put into a TQDockWindow
*/
#ifndef STACKSELECTION_H
@@ -36,9 +36,10 @@ class NestedAreaItem;
class StackSelection : public StackSelectionBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- StackSelection( TQWidget* parent = 0, const char* name = 0);
+ StackSelection( TQWidget* tqparent = 0, const char* name = 0);
~StackSelection();
TraceData* data() const { return _data; }