summaryrefslogtreecommitdiffstats
path: root/kradio3/src/stationselector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kradio3/src/stationselector.cpp')
-rw-r--r--kradio3/src/stationselector.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kradio3/src/stationselector.cpp b/kradio3/src/stationselector.cpp
index 87a5d59..d604ea8 100644
--- a/kradio3/src/stationselector.cpp
+++ b/kradio3/src/stationselector.cpp
@@ -297,14 +297,14 @@ void StationSelector::slotCancel()
}
-void StationSelector::saveState (KConfig *cfg) const
+void StationSelector::saveState (TDEConfig *cfg) const
{
listSelected->saveState(cfg);
listAvailable->saveState(cfg);
}
-void StationSelector::restoreState (KConfig *cfg)
+void StationSelector::restoreState (TDEConfig *cfg)
{
listSelected->restoreState(cfg);
listAvailable->restoreState(cfg);