diff options
Diffstat (limited to 'src/pref.cpp')
| -rw-r--r-- | src/pref.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/pref.cpp b/src/pref.cpp index 4e28e3a..22592a1 100644 --- a/src/pref.cpp +++ b/src/pref.cpp @@ -504,13 +504,8 @@ TDE_NO_EXPORT void PrefRecordPage::playingStopped () { if (!url->lineEdit()->text().isEmpty()) { m_player->settings ()->recordfile = url->lineEdit()->text(); m_player->settings ()->replaytime = replaytime->text ().toInt (); -#if KDE_IS_VERSION(3,1,90) int id = recorder->selectedId (); int replayid = replay->selectedId (); -#else - int id = recorder->id (recorder->selected ()); - int replayid = replay->id (replay->selectedId ()); -#endif m_player->settings ()->recorder = Settings::Recorder (id); m_player->settings ()->replayoption = Settings::ReplayOption (replayid); for (RecorderPage * p = m_recorders; p; p = p->next) @@ -561,11 +556,7 @@ TDE_NO_EXPORT void PrefMEncoderPage::formatClicked (int id) { } TDE_NO_EXPORT void PrefMEncoderPage::record () { -#if KDE_IS_VERSION(3,1,90) m_player->settings ()->recordcopy = !format->selectedId (); -#else - m_player->settings ()->recordcopy = !format->id (format->selected ()); -#endif m_player->settings ()->mencoderarguments = arguments->text (); RecorderPage::record (); } |
