summaryrefslogtreecommitdiffstats
path: root/kcachegrind/kcachegrind/stackitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcachegrind/kcachegrind/stackitem.h')
-rw-r--r--kcachegrind/kcachegrind/stackitem.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kcachegrind/kcachegrind/stackitem.h b/kcachegrind/kcachegrind/stackitem.h
index 7a1dafeb..1701f010 100644
--- a/kcachegrind/kcachegrind/stackitem.h
+++ b/kcachegrind/kcachegrind/stackitem.h
@@ -24,7 +24,7 @@
#ifndef STACKITEM_H
#define STACKITEM_H
-#include <qlistview.h>
+#include <tqlistview.h>
#include "tracedata.h"
class StackSelection;
@@ -36,8 +36,8 @@ class StackItem: public QListViewItem
{
public:
// for top
- StackItem(StackSelection* ss, QListView* parent, TraceFunction* f);
- StackItem(StackSelection* ss, QListView* parent, TraceCall* c);
+ StackItem(StackSelection* ss, TQListView* parent, TraceFunction* f);
+ StackItem(StackSelection* ss, TQListView* parent, TraceCall* c);
TraceFunction* function() { return _function; }
TraceCall* call() { return _call; }