summaryrefslogtreecommitdiffstats
path: root/kradio3/plugins/timeshifter/timeshifter-configuration.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kradio3/plugins/timeshifter/timeshifter-configuration.cpp')
-rw-r--r--kradio3/plugins/timeshifter/timeshifter-configuration.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kradio3/plugins/timeshifter/timeshifter-configuration.cpp b/kradio3/plugins/timeshifter/timeshifter-configuration.cpp
index 167509a..45fbb90 100644
--- a/kradio3/plugins/timeshifter/timeshifter-configuration.cpp
+++ b/kradio3/plugins/timeshifter/timeshifter-configuration.cpp
@@ -36,8 +36,8 @@
#include "timeshifter-configuration.h"
#include "timeshifter.h"
-TimeShifterConfiguration::TimeShifterConfiguration (TQWidget *tqparent, TimeShifter *shifter)
- : TimeShifterConfigurationUI(tqparent),
+TimeShifterConfiguration::TimeShifterConfiguration (TQWidget *parent, TimeShifter *shifter)
+ : TimeShifterConfigurationUI(parent),
m_ignoreGUIChanges(false),
m_myControlChange(0),
m_PlaybackMixerHelper(comboPlaybackMixerDevice, StringListHelper::SORT_BY_DESCR),