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:55 +0900 |
| commit | f28feea0875563b43816bb5c33dc07b645e52760 (patch) | |
| tree | dcff0223ad4832ee6bb9cb0f4ef95ee63048e81b /lib/pilotAddress.h | |
| parent | 40ffb58a4968dbaa2227a40ef29d48b20b284732 (diff) | |
| download | kpilot-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.h | 6 |
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); |
