From dd75912cd59fa936c866bd439f670e3a76eb2597 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 5 May 2024 17:48:20 +0900 Subject: Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT Signed-off-by: Michele Calgaro (cherry picked from commit bc3c69592f7fbc99121d1eb1e27603e1415afecc) --- libtdegames/kgame/kgameio.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libtdegames/kgame/kgameio.h') diff --git a/libtdegames/kgame/kgameio.h b/libtdegames/kgame/kgameio.h index 9b7c34b5..7d776cd0 100644 --- a/libtdegames/kgame/kgameio.h +++ b/libtdegames/kgame/kgameio.h @@ -52,7 +52,7 @@ class TDEProcess; * * @author Martin Heni */ -class KDE_EXPORT KGameIO : public TQObject +class TDE_EXPORT KGameIO : public TQObject { TQ_OBJECT @@ -175,7 +175,7 @@ private: * from a widget and create moves for the player it belongs to. * @author Martin Heni */ -class KDE_EXPORT KGameKeyIO : public KGameIO +class TDE_EXPORT KGameKeyIO : public KGameIO { TQ_OBJECT @@ -247,7 +247,7 @@ protected: * from a widget and create moves for the player it belongs to. * @author Martin Heni */ -class KDE_EXPORT KGameMouseIO : public KGameIO +class TDE_EXPORT KGameMouseIO : public KGameIO { TQ_OBJECT @@ -323,7 +323,7 @@ protected: * for the definition of the computer player. * @author Martin Heni */ -class KDE_EXPORT KGameProcessIO : public KGameIO +class TDE_EXPORT KGameProcessIO : public KGameIO { TQ_OBJECT @@ -478,7 +478,7 @@ private: * * @author */ -class KDE_EXPORT KGameComputerIO : public KGameIO +class TDE_EXPORT KGameComputerIO : public KGameIO { TQ_OBJECT -- cgit v1.2.1