summaryrefslogtreecommitdiffstats
path: root/kradio3/src/include/seekhelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'kradio3/src/include/seekhelper.h')
-rw-r--r--kradio3/src/include/seekhelper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kradio3/src/include/seekhelper.h b/kradio3/src/include/seekhelper.h
index 01d8d86..8baa9a0 100644
--- a/kradio3/src/include/seekhelper.h
+++ b/kradio3/src/include/seekhelper.h
@@ -33,7 +33,7 @@ public:
typedef enum { off, searchWorse, searchBest } state_t;
typedef enum { up, down } direction_t;
- SeekHelper(ISeekRadio &parent);
+ SeekHelper(ISeekRadio &tqparent);
virtual ~SeekHelper();
virtual bool connectI (Interface *i);
@@ -52,7 +52,7 @@ public:
RECEIVERS:
bool noticePowerChanged (bool /*on*/, const IRadioDevice */*sender*/) { return false; }
bool noticeStationChanged (const RadioStation &, const IRadioDevice */*sender*/) { return false; }
- bool noticeDescriptionChanged (const QString &, const IRadioDevice */*sender*/) { return false; }
+ bool noticeDescriptionChanged (const TQString &, const IRadioDevice */*sender*/) { return false; }
bool noticeCurrentSoundStreamIDChanged(SoundStreamID /*id*/, const IRadioDevice */*sender*/) { return false; }