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/kgameprocess.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/kgameprocess.h')
-rw-r--r-- | libtdegames/kgame/kgameprocess.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdegames/kgame/kgameprocess.h b/libtdegames/kgame/kgameprocess.h index 65b0ab74..5faaf372 100644 --- a/libtdegames/kgame/kgameprocess.h +++ b/libtdegames/kgame/kgameprocess.h @@ -39,7 +39,7 @@ class KMessageFilePipe; * Using these two classes will give fully transparent communication * via TQDataStreams. */ -class KDE_EXPORT KGameProcess: public TQObject +class TDE_EXPORT KGameProcess: public TQObject { TQ_OBJECT |