summaryrefslogtreecommitdiffstats
path: root/src/include/frequencyseekhelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/frequencyseekhelper.h')
-rw-r--r--src/include/frequencyseekhelper.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/include/frequencyseekhelper.h b/src/include/frequencyseekhelper.h
index 68ffe78..9fbdd87 100644
--- a/src/include/frequencyseekhelper.h
+++ b/src/include/frequencyseekhelper.h
@@ -23,15 +23,16 @@
#endif
#include <tqobject.h>
+#include <kdemacros.h>
#include "radiodevice_interfaces.h"
#include "seekhelper.h"
-class FrequencySeekHelper : public TQObject,
- public SeekHelper,
- public IFrequencyRadioClient
+class KDE_EXPORT FrequencySeekHelper : public TQObject,
+ public SeekHelper,
+ public IFrequencyRadioClient
{
Q_OBJECT
-
+
public:
FrequencySeekHelper(ISeekRadio &parent);