summaryrefslogtreecommitdiffstats
path: root/lib/pilotAddress.h
diff options
context:
space:
mode:
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);