From 9de594378bf48ba52e8db36ba49db3c2b682ec6e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 3 May 2024 12:17:17 +0900 Subject: Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT Signed-off-by: Michele Calgaro --- lib/actions.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/actions.h') 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. */ -- cgit v1.2.1