summaryrefslogtreecommitdiffstats
path: root/src/libtdebluez/adapterImpl.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-01-25 13:41:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-01-25 13:41:09 +0900
commitb8225d27fca0564fda7f39b37d0e84b2654d2e49 (patch)
tree08b34df00db68a4bb60373f0fdf5c4f8ecaa0d36 /src/libtdebluez/adapterImpl.h
parente274309d9293777aaaecebccaa29a339a05bd4f9 (diff)
downloadtdebluez-b8225d27fca0564fda7f39b37d0e84b2654d2e49.tar.gz
tdebluez-b8225d27fca0564fda7f39b37d0e84b2654d2e49.zip
Updated cmake related code to TDE standard.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/libtdebluez/adapterImpl.h')
-rw-r--r--src/libtdebluez/adapterImpl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libtdebluez/adapterImpl.h b/src/libtdebluez/adapterImpl.h
index e192a17..8499ab3 100644
--- a/src/libtdebluez/adapterImpl.h
+++ b/src/libtdebluez/adapterImpl.h
@@ -26,6 +26,8 @@
#if !defined(ADAPTERIMPL_H_INCLUDED)
#define ADAPTERIMPL_H_INCLUDED
+#include "kdemacros.h"
+
#include "interfaces/adapter1Proxy.h"
using namespace org::bluez;
@@ -33,7 +35,7 @@ using namespace org::bluez;
namespace TDEBluetooth
{
-class AdapterImpl: public Adapter1Proxy
+class KDE_EXPORT AdapterImpl: public Adapter1Proxy
{
Q_OBJECT