diff options
Diffstat (limited to 'src/gui/editors/segment/MarkerEditorViewItem.cpp')
-rw-r--r-- | src/gui/editors/segment/MarkerEditorViewItem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editors/segment/MarkerEditorViewItem.cpp b/src/gui/editors/segment/MarkerEditorViewItem.cpp index 9ff2bda..004f9d9 100644 --- a/src/gui/editors/segment/MarkerEditorViewItem.cpp +++ b/src/gui/editors/segment/MarkerEditorViewItem.cpp @@ -27,7 +27,7 @@ namespace Rosegarden { int -MarkerEditorViewItem::compare(QListViewItem * i, int col, bool ascending) const +MarkerEditorViewItem::compare(TQListViewItem * i, int col, bool ascending) const { MarkerEditorViewItem *ei = dynamic_cast<MarkerEditorViewItem *>(i); |