summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/tempo/TempoListItem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/tempo/TempoListItem.h')
-rw-r--r--src/gui/editors/tempo/TempoListItem.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/editors/tempo/TempoListItem.h b/src/gui/editors/tempo/TempoListItem.h
index 143edde..640b7b1 100644
--- a/src/gui/editors/tempo/TempoListItem.h
+++ b/src/gui/editors/tempo/TempoListItem.h
@@ -43,10 +43,10 @@ public:
timeT time,
int index,
KListView *parent,
- QString label1,
- QString label2,
- QString label3,
- QString label4 = QString::null) :
+ TQString label1,
+ TQString label2,
+ TQString label3,
+ TQString label4 = TQString::null) :
KListViewItem(parent, label1, label2, label3, label4),
m_composition(composition),
m_type(type),
@@ -58,7 +58,7 @@ public:
Rosegarden::timeT getTime() const { return m_time; }
int getIndex() const { return m_index; }
- virtual int compare(QListViewItem *i, int col, bool ascending) const;
+ virtual int compare(TQListViewItem *i, int col, bool ascending) const;
protected:
Rosegarden::Composition *m_composition;