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/actions.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/actions.h')
-rw-r--r-- | lib/actions.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/actions.h b/lib/actions.h index a57a6e9..1f15861 100644 --- a/lib/actions.h +++ b/lib/actions.h @@ -42,7 +42,7 @@ * It is added automatically to a ActionQueue by queueInit() in order * to inform the user of the sync. */ -class KDE_EXPORT WelcomeAction : public SyncAction +class TDE_EXPORT WelcomeAction : public SyncAction { public: /** Constructor. */ @@ -58,7 +58,7 @@ protected: * in cases when the hotsync starts while KPilot is busy configuring * something and can't be interrupted. */ -class KDE_EXPORT SorryAction : public SyncAction +class TDE_EXPORT SorryAction : public SyncAction { public: /** @@ -84,7 +84,7 @@ protected: * device that the HotSync is over, it should be the last * action executed. */ -class KDE_EXPORT CleanupAction : public SyncAction +class TDE_EXPORT CleanupAction : public SyncAction { public: /** Constructor. */ @@ -100,7 +100,7 @@ protected: * and not do anything spectacular. It lists all the databases * on the handheld in the sync log. */ -class KDE_EXPORT TestLink : public SyncAction +class TDE_EXPORT TestLink : public SyncAction { public: /** Constructor. */ |