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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kcachegrind/kcachegrind/stackselection.h b/kcachegrind/kcachegrind/stackselection.h
index aa74a178..5d34c7ac 100644
--- a/kcachegrind/kcachegrind/stackselection.h
+++ b/kcachegrind/kcachegrind/stackselection.h
@@ -38,7 +38,7 @@ class StackSelection : public StackSelectionBase
Q_OBJECT
public:
- StackSelection( QWidget* parent = 0, const char* name = 0);
+ StackSelection( TQWidget* parent = 0, const char* name = 0);
~StackSelection();
TraceData* data() const { return _data; }
@@ -57,7 +57,7 @@ public slots:
void setCostType2(TraceCostType*);
void setGroupType(TraceItem::CostType);
- void stackSelected( QListViewItem* );
+ void stackSelected( TQListViewItem* );
void browserBack();
void browserForward();
void browserUp();
@@ -70,7 +70,7 @@ private:
TraceData* _data;
StackBrowser* _browser;
- QListViewItem* _item;
+ TQListViewItem* _item;
TraceFunction* _function;
TraceCostType* _costType;
TraceCostType* _costType2;