diff options
Diffstat (limited to 'src/gui/editors/tempo/TempoListItem.h')
-rw-r--r-- | src/gui/editors/tempo/TempoListItem.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/editors/tempo/TempoListItem.h b/src/gui/editors/tempo/TempoListItem.h index 4d62ab0..7f81f27 100644 --- a/src/gui/editors/tempo/TempoListItem.h +++ b/src/gui/editors/tempo/TempoListItem.h @@ -33,7 +33,7 @@ namespace Rosegarden { class Composition; -class TempoListItem : public KListViewItem +class TempoListItem : public TDEListViewItem { public: enum Type { TimeSignature, Tempo }; @@ -42,12 +42,12 @@ public: Type type, timeT time, int index, - KListView *parent, + TDEListView *parent, TQString label1, TQString label2, TQString label3, TQString label4 = TQString()) : - KListViewItem(parent, label1, label2, label3, label4), + TDEListViewItem(parent, label1, label2, label3, label4), m_composition(composition), m_type(type), m_time(time), |