From fb3718a55f355cd22f9eb9fa4e89cd3b84b8c9ca Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:05:43 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- src/gui/editors/segment/MarkerEditorViewItem.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/editors/segment/MarkerEditorViewItem.cpp') diff --git a/src/gui/editors/segment/MarkerEditorViewItem.cpp b/src/gui/editors/segment/MarkerEditorViewItem.cpp index 004f9d9..1cc4a0e 100644 --- a/src/gui/editors/segment/MarkerEditorViewItem.cpp +++ b/src/gui/editors/segment/MarkerEditorViewItem.cpp @@ -32,7 +32,7 @@ MarkerEditorViewItem::compare(TQListViewItem * i, int col, bool ascending) const MarkerEditorViewItem *ei = dynamic_cast(i); - if (!ei) return KListViewItem::compare(i, col, ascending); + if (!ei) return TDEListViewItem::compare(i, col, ascending); // Raw time sorting on time column // @@ -43,7 +43,7 @@ MarkerEditorViewItem::compare(TQListViewItem * i, int col, bool ascending) const else return 0; } else { - return KListViewItem::compare(i, col, ascending); + return TDEListViewItem::compare(i, col, ascending); } } -- cgit v1.2.3