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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kradio3/src/include/seekhelper.h b/kradio3/src/include/seekhelper.h
index 8baa9a0..f61ad9d 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 &tqparent);
+ SeekHelper(ISeekRadio &parent);
virtual ~SeekHelper();
virtual bool connectI (Interface *i);