summaryrefslogtreecommitdiffstats
path: root/lib/pilotRecord.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-03 12:17:17 +0900
committerMichele Calgaro <[email protected]>2024-05-07 12:40:06 +0900
commit9de594378bf48ba52e8db36ba49db3c2b682ec6e (patch)
tree68425a71a23a9b6c3617e8dbe173a02eb11eed67 /lib/pilotRecord.h
parente91f7e513b3c446b46250b84e8b5c33fe72a7102 (diff)
downloadkpilot-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/pilotRecord.h')
-rw-r--r--lib/pilotRecord.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pilotRecord.h b/lib/pilotRecord.h
index fdf8a33..1454966 100644
--- a/lib/pilotRecord.h
+++ b/lib/pilotRecord.h
@@ -45,7 +45,7 @@
* a common base class collecting methods to manipulate those
* common characteristics.
*/
-class KDE_EXPORT PilotRecordBase
+class TDE_EXPORT PilotRecordBase
{
public:
/** Constructor. Initialize the characteristics to the
@@ -232,7 +232,7 @@ private:
* This binary blob only exposes the data via the data() and size() functions,
* and also exposes the common characteristics of all entries.
*/
-class KDE_EXPORT PilotRecord : public PilotRecordBase
+class TDE_EXPORT PilotRecord : public PilotRecordBase
{
public:
/** Constructor. Using the given @p data and @p length, create