diff options
author | Michele Calgaro <[email protected]> | 2024-05-03 12:19:21 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-03 12:19:21 +0900 |
commit | 08c9c52087972a7e9b64405db76785a66c420043 (patch) | |
tree | ee629f7a5588e13289a4dcc589a54d749d4d14e7 /src/libtdebluez/adapterImpl.h | |
parent | 1781996651f3045f0e6518c8db469cee7b6f8795 (diff) | |
download | tdebluez-08c9c52087972a7e9b64405db76785a66c420043.tar.gz tdebluez-08c9c52087972a7e9b64405db76785a66c420043.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/libtdebluez/adapterImpl.h')
-rw-r--r-- | src/libtdebluez/adapterImpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtdebluez/adapterImpl.h b/src/libtdebluez/adapterImpl.h index f0cbdab..c9b27ef 100644 --- a/src/libtdebluez/adapterImpl.h +++ b/src/libtdebluez/adapterImpl.h @@ -35,7 +35,7 @@ using namespace org::bluez; namespace TDEBluetooth { -class KDE_EXPORT AdapterImpl: public Adapter1Proxy +class TDE_EXPORT AdapterImpl: public Adapter1Proxy { TQ_OBJECT |