summaryrefslogtreecommitdiffstats
path: root/juk/nowplaying.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:21:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:21:27 -0600
commit2f1044cf6325ef76548375b602a14f8eb56eeb3f (patch)
treea5c4773d5bcb1e35ca3717dc96ba5cfcfac1b5f2 /juk/nowplaying.cpp
parent58646ccdcdc8ee08b081edba54e1460ff3295166 (diff)
downloadtdemultimedia-2f1044cf6325ef76548375b602a14f8eb56eeb3f.tar.gz
tdemultimedia-2f1044cf6325ef76548375b602a14f8eb56eeb3f.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'juk/nowplaying.cpp')
-rw-r--r--juk/nowplaying.cpp2
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()));
}