summaryrefslogtreecommitdiffstats
path: root/lib/pilotAddress.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:17:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-07 12:40:55 +0900
commitf28feea0875563b43816bb5c33dc07b645e52760 (patch)
treedcff0223ad4832ee6bb9cb0f4ef95ee63048e81b /lib/pilotAddress.h
parent40ffb58a4968dbaa2227a40ef29d48b20b284732 (diff)
downloadkpilot-f28feea0.tar.gz
kpilot-f28feea0.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9de594378bf48ba52e8db36ba49db3c2b682ec6e)
Diffstat (limited to 'lib/pilotAddress.h')
-rw-r--r--lib/pilotAddress.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/pilotAddress.h b/lib/pilotAddress.h
index 1ef1077..fd426fc 100644
--- a/lib/pilotAddress.h
+++ b/lib/pilotAddress.h
@@ -59,7 +59,7 @@ typedef PilotAppInfo<
* A phone slot value may be invalid. If so, operations on it will
* fail (yielding invalid again) and isValid() will return @c false.
*/
-class KDE_EXPORT PhoneSlot
+class TDE_EXPORT PhoneSlot
{
friend class PilotAddress;
protected:
@@ -125,7 +125,7 @@ private:
} ;
-class KDE_EXPORT PilotAddressInfo : public PilotAddressInfo_
+class TDE_EXPORT PilotAddressInfo : public PilotAddressInfo_
{
public:
PilotAddressInfo(PilotDatabase *d) : PilotAddressInfo_(d)
@@ -187,7 +187,7 @@ public:
* this order is kept. In other languages, main can replaced with
* Corporation.
*/
-class KDE_EXPORT PilotAddress : public PilotRecordBase
+class TDE_EXPORT PilotAddress : public PilotRecordBase
{
public:
PilotAddress(PilotRecord *rec = 0L);