From bc7518bdba609f90ee89de8b4e7ddaa1e567b1a8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 18 Jun 2022 22:59:25 +0900 Subject: CMake conversion. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michele Calgaro Signed-off-by: Slávek Banko --- src/include/seekhelper.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/include/seekhelper.h') diff --git a/src/include/seekhelper.h b/src/include/seekhelper.h index f61ad9d..76f0e81 100644 --- a/src/include/seekhelper.h +++ b/src/include/seekhelper.h @@ -22,12 +22,14 @@ #include #endif +#include + #include "radiodevice_interfaces.h" #include "soundstreamclient_interfaces.h" -class SeekHelper : public IRadioDeviceClient, - public ISoundStreamClient +class KDE_EXPORT SeekHelper : public IRadioDeviceClient, + public ISoundStreamClient { public: typedef enum { off, searchWorse, searchBest } state_t; -- cgit v1.2.1