From de9a6aa007626eba4e333ac4080cbdfcb9f98386 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:35:36 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- juk/playlistbox.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'juk/playlistbox.cpp') diff --git a/juk/playlistbox.cpp b/juk/playlistbox.cpp index 17528917..94e1cd91 100644 --- a/juk/playlistbox.cpp +++ b/juk/playlistbox.cpp @@ -256,13 +256,13 @@ void PlaylistBox::removePlaylist(Playlist *playlist) void PlaylistBox::readConfig() { - KConfigGroup config(TDEGlobal::config(), "PlaylistBox"); + TDEConfigGroup config(TDEGlobal::config(), "PlaylistBox"); m_viewModeIndex = config.readNumEntry("ViewMode", 0); } void PlaylistBox::saveConfig() { - KConfigGroup config(TDEGlobal::config(), "PlaylistBox"); + TDEConfigGroup config(TDEGlobal::config(), "PlaylistBox"); config.writeEntry("ViewMode", action("viewModeMenu")->currentItem()); TDEGlobal::config()->sync(); } @@ -672,7 +672,7 @@ void PlaylistBox::setupItem(Item *item) void PlaylistBox::setupUpcomingPlaylist() { - KConfigGroup config(TDEGlobal::config(), "Playlists"); + TDEConfigGroup config(TDEGlobal::config(), "Playlists"); bool enable = config.readBoolEntry("showUpcoming", false); setUpcomingPlaylistEnabled(enable); -- cgit v1.2.1