diff options
author | Timothy Pearson <[email protected]> | 2013-01-20 00:21:27 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-20 00:21:27 -0600 |
commit | 2f1044cf6325ef76548375b602a14f8eb56eeb3f (patch) | |
tree | a5c4773d5bcb1e35ca3717dc96ba5cfcfac1b5f2 /noatun/modules | |
parent | 58646ccdcdc8ee08b081edba54e1460ff3295166 (diff) | |
download | tdemultimedia-2f1044cf6325ef76548375b602a14f8eb56eeb3f.tar.gz tdemultimedia-2f1044cf6325ef76548375b602a14f8eb56eeb3f.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'noatun/modules')
-rw-r--r-- | noatun/modules/keyz/keyz.cpp | 2 | ||||
-rw-r--r-- | noatun/modules/splitplaylist/playlist.cpp | 2 |
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); } |