diff options
author | Michele Calgaro <[email protected]> | 2024-05-03 12:17:17 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-07 12:40:55 +0900 |
commit | f28feea0875563b43816bb5c33dc07b645e52760 (patch) | |
tree | dcff0223ad4832ee6bb9cb0f4ef95ee63048e81b /lib/kpilotdevicelink.h | |
parent | 40ffb58a4968dbaa2227a40ef29d48b20b284732 (diff) | |
download | kpilot-f28feea0875563b43816bb5c33dc07b645e52760.tar.gz kpilot-f28feea0875563b43816bb5c33dc07b645e52760.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 9de594378bf48ba52e8db36ba49db3c2b682ec6e)
Diffstat (limited to 'lib/kpilotdevicelink.h')
-rw-r--r-- | lib/kpilotdevicelink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kpilotdevicelink.h b/lib/kpilotdevicelink.h index f932371..f3266b1 100644 --- a/lib/kpilotdevicelink.h +++ b/lib/kpilotdevicelink.h @@ -69,7 +69,7 @@ enum DeviceCustomEvents { * handheld devices, which communicate with the PC * using DLP / SLP via the pilot-link library. */ -class KDE_EXPORT KPilotDeviceLink : public KPilotLink +class TDE_EXPORT KPilotDeviceLink : public KPilotLink { friend class PilotSerialDatabase; friend class DeviceCommThread; |