diff options
Diffstat (limited to 'kradio3/plugins/timeshifter/timeshifter.cpp')
-rw-r--r-- | kradio3/plugins/timeshifter/timeshifter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kradio3/plugins/timeshifter/timeshifter.cpp b/kradio3/plugins/timeshifter/timeshifter.cpp index fb8d653..f5b3d65 100644 --- a/kradio3/plugins/timeshifter/timeshifter.cpp +++ b/kradio3/plugins/timeshifter/timeshifter.cpp @@ -84,7 +84,7 @@ void TimeShifter::noticeConnectedI (ISoundStreamServer *s, bool pointer_valid) } -void TimeShifter::saveState (KConfig *config) const +void TimeShifter::saveState (TDEConfig *config) const { config->setGroup(TQString("timeshifter-") + name()); @@ -96,7 +96,7 @@ void TimeShifter::saveState (KConfig *config) const } -void TimeShifter::restoreState (KConfig *config) +void TimeShifter::restoreState (TDEConfig *config) { config->setGroup(TQString("timeshifter-") + name()); |