diff options
author | Michele Calgaro <[email protected]> | 2024-05-05 17:48:20 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-06 17:43:04 +0900 |
commit | dd75912cd59fa936c866bd439f670e3a76eb2597 (patch) | |
tree | dc78e0de86b7ba2f611c41e3f0157b29478e071c /libtdegames/kgame/kgameio.h | |
parent | cc694148edada76336e6dab61f46bca1e61fbcc2 (diff) | |
download | tdegames-dd75912cd59fa936c866bd439f670e3a76eb2597.tar.gz tdegames-dd75912cd59fa936c866bd439f670e3a76eb2597.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit bc3c69592f7fbc99121d1eb1e27603e1415afecc)
Diffstat (limited to 'libtdegames/kgame/kgameio.h')
-rw-r--r-- | libtdegames/kgame/kgameio.h | 10 |
1 files changed, 5 insertions, 5 deletions
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 <[email protected]> */ -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 <[email protected]> */ -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 <[email protected]> */ -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 <[email protected]> */ -class KDE_EXPORT KGameProcessIO : public KGameIO +class TDE_EXPORT KGameProcessIO : public KGameIO { TQ_OBJECT @@ -478,7 +478,7 @@ private: * * @author <[email protected]> */ -class KDE_EXPORT KGameComputerIO : public KGameIO +class TDE_EXPORT KGameComputerIO : public KGameIO { TQ_OBJECT |