summaryrefslogtreecommitdiffstats
path: root/noatun/modules/splitplaylist/playlist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/splitplaylist/playlist.cpp')
-rw-r--r--noatun/modules/splitplaylist/playlist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/modules/splitplaylist/playlist.cpp b/noatun/modules/splitplaylist/playlist.cpp
index a08faa94..e9d8acae 100644
--- a/noatun/modules/splitplaylist/playlist.cpp
+++ b/noatun/modules/splitplaylist/playlist.cpp
@@ -58,7 +58,7 @@ PlaylistItem SplitPlaylist::next(bool play)
if (lview->childCount())
{
SafeListViewItem *slvi = static_cast<SafeListViewItem*>(
- lview->itemAtIndex(KApplication::random() % lview->childCount())
+ lview->itemAtIndex(TDEApplication::random() % lview->childCount())
);
nextItem = PlaylistItem(slvi);
}