diff options
Diffstat (limited to 'juk/nowplaying.cpp')
-rw-r--r-- | juk/nowplaying.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/nowplaying.cpp b/juk/nowplaying.cpp index 568a8d59..78b09d42 100644 --- a/juk/nowplaying.cpp +++ b/juk/nowplaying.cpp @@ -356,7 +356,7 @@ void HistoryItem::slotAddPlaying() PlayerManager *manager = PlayerManager::instance(); if(manager->playing() && manager->playingFile() == m_file) { - m_history.prepend(Item(KApplication::randomString(20), + m_history.prepend(Item(TDEApplication::randomString(20), m_file, Playlist::playingItem()->playlist())); } |