diff options
author | Michele Calgaro <[email protected]> | 2024-05-03 12:17:17 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-07 12:40:06 +0900 |
commit | 9de594378bf48ba52e8db36ba49db3c2b682ec6e (patch) | |
tree | 68425a71a23a9b6c3617e8dbe173a02eb11eed67 /lib/pilotAppInfo.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 <[email protected]>
Diffstat (limited to 'lib/pilotAppInfo.h')
-rw-r--r-- | lib/pilotAppInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pilotAppInfo.h b/lib/pilotAppInfo.h index 43e8eb5..2d64cdd 100644 --- a/lib/pilotAppInfo.h +++ b/lib/pilotAppInfo.h @@ -47,7 +47,7 @@ * * This class encapsulates the basic category table manipulations. */ -class KDE_EXPORT PilotAppInfoBase +class TDE_EXPORT PilotAppInfoBase { protected: /** Initialize class members after reading header, to alias data elsewhere. |