summaryrefslogtreecommitdiffstats
path: root/noatun/modules
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules')
-rw-r--r--noatun/modules/keyz/keyz.cpp2
-rw-r--r--noatun/modules/splitplaylist/playlist.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/noatun/modules/keyz/keyz.cpp b/noatun/modules/keyz/keyz.cpp
index 143be362..0229f619 100644
--- a/noatun/modules/keyz/keyz.cpp
+++ b/noatun/modules/keyz/keyz.cpp
@@ -147,7 +147,7 @@ void Keyz::slotPrevSection()
void Keyz::slotCopyTitle()
{
if (napp->player()->current())
- KApplication::kApplication()->clipboard()->setText(napp->player()->current().title());
+ TDEApplication::kApplication()->clipboard()->setText(napp->player()->current().title());
}
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);
}