summaryrefslogtreecommitdiffstats
path: root/kcachegrind/kcachegrind/partselection.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcachegrind/kcachegrind/partselection.h')
-rw-r--r--kcachegrind/kcachegrind/partselection.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kcachegrind/kcachegrind/partselection.h b/kcachegrind/kcachegrind/partselection.h
index 7052db79..b3ea10ba 100644
--- a/kcachegrind/kcachegrind/partselection.h
+++ b/kcachegrind/kcachegrind/partselection.h
@@ -24,7 +24,7 @@
#ifndef PARTSELECTION_H
#define PARTSELECTION_H
-#include <qobject.h>
+#include <tqobject.h>
#include "partselectionbase.h"
#include "partgraph.h"
@@ -40,7 +40,7 @@ class PartSelection: public PartSelectionBase
Q_OBJECT
public:
- PartSelection( QWidget* parent = 0, const char* name = 0);
+ PartSelection( TQWidget* parent = 0, const char* name = 0);
~PartSelection();
TraceData* data() { return _data; }
@@ -57,13 +57,13 @@ signals:
void partsUnhideAll();
void groupChanged(TraceCostItem*);
void functionChanged(TraceItem*);
- void showMessage(const QString&, int);
+ void showMessage(const TQString&, int);
void goBack();
public slots:
void selectionChanged();
void doubleClicked(TreeMapItem*);
- void contextMenuRequested(TreeMapItem*, const QPoint &);
+ void contextMenuRequested(TreeMapItem*, const TQPoint &);
void currentChangedSlot(TreeMapItem*, bool);
void setPart(TracePart*);