diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 12:17:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-07 12:40:06 +0900 |
commit | 9de594378bf48ba52e8db36ba49db3c2b682ec6e (patch) | |
tree | 68425a71a23a9b6c3617e8dbe173a02eb11eed67 /lib/pilot.h | |
parent | e91f7e513b3c446b46250b84e8b5c33fe72a7102 (diff) | |
download | kpilot-9de594378bf48ba52e8db36ba49db3c2b682ec6e.tar.gz kpilot-9de594378bf48ba52e8db36ba49db3c2b682ec6e.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'lib/pilot.h')
-rw-r--r-- | lib/pilot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pilot.h b/lib/pilot.h index b6d6882..8cdb6b1 100644 --- a/lib/pilot.h +++ b/lib/pilot.h @@ -60,7 +60,7 @@ class PilotCategoryInfo; // ... and category information * as mapping user-visible strings from UTF8 (KDE side) to * the encoding used on the handheld. */ -namespace Pilot KDE_EXPORT +namespace Pilot TDE_EXPORT { /** Maximum size of an AppInfo block, taken roughly from the pilot-link source. */ static const int MAX_APPINFO_SIZE=8192; |