diff options
Diffstat (limited to 'kradio3/plugins/timeshifter')
-rw-r--r-- | kradio3/plugins/timeshifter/timeshifter-configuration.h | 2 | ||||
-rw-r--r-- | kradio3/plugins/timeshifter/timeshifter.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kradio3/plugins/timeshifter/timeshifter-configuration.h b/kradio3/plugins/timeshifter/timeshifter-configuration.h index d8aee64..302f303 100644 --- a/kradio3/plugins/timeshifter/timeshifter-configuration.h +++ b/kradio3/plugins/timeshifter/timeshifter-configuration.h @@ -34,7 +34,7 @@ class TimeShifterConfiguration : public TimeShifterConfigurationUI, public ISoundStreamClient { Q_OBJECT - TQ_OBJECT + public : TimeShifterConfiguration (TQWidget *parent, TimeShifter *shifter); ~TimeShifterConfiguration (); diff --git a/kradio3/plugins/timeshifter/timeshifter.h b/kradio3/plugins/timeshifter/timeshifter.h index 4385e85..42f5869 100644 --- a/kradio3/plugins/timeshifter/timeshifter.h +++ b/kradio3/plugins/timeshifter/timeshifter.h @@ -32,7 +32,7 @@ class TimeShifter : public TQObject, public ISoundStreamClient { Q_OBJECT - TQ_OBJECT + public: TimeShifter (const TQString &name); virtual ~TimeShifter (); |