summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/segment/PlayList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/segment/PlayList.cpp')
-rw-r--r--src/gui/editors/segment/PlayList.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/editors/segment/PlayList.cpp b/src/gui/editors/segment/PlayList.cpp
index 95d9cfc..90dae37 100644
--- a/src/gui/editors/segment/PlayList.cpp
+++ b/src/gui/editors/segment/PlayList.cpp
@@ -229,7 +229,7 @@ void PlayList::save()
item = dynamic_cast<PlayListViewItem*>(item->nextSibling());
}
- KConfig *kc = KGlobal::config();
+ KConfig *kc = TDEGlobal::config();
KConfigGroupSaver cs(kc, PlayListConfigGroup);
kc->writeEntry("Playlist Files", urlList);
@@ -238,7 +238,7 @@ void PlayList::save()
void PlayList::restore()
{
- KConfig *kc = KGlobal::config();
+ KConfig *kc = TDEGlobal::config();
getListView()->restoreLayout(kc, PlayListConfigGroup);
KConfigGroupSaver cs(kc, PlayListConfigGroup);