summaryrefslogtreecommitdiffstats
path: root/kolf/game.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:48:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:48:20 +0900
commitbc3c69592f7fbc99121d1eb1e27603e1415afecc (patch)
treec6c33c28f9fecad61b2b7c5d21b10c34812f2c59 /kolf/game.h
parent667bb584114e3bfdb8e0ecabc75fd328f3f8e4f2 (diff)
downloadtdegames-bc3c69592f7fbc99121d1eb1e27603e1415afecc.tar.gz
tdegames-bc3c69592f7fbc99121d1eb1e27603e1415afecc.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kolf/game.h')
-rw-r--r--kolf/game.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kolf/game.h b/kolf/game.h
index e4d46506..e2e2f8af 100644
--- a/kolf/game.h
+++ b/kolf/game.h
@@ -786,7 +786,7 @@ private:
int ithickness, iwidth, iheight;
};
-struct KDE_EXPORT CourseInfo
+struct TDE_EXPORT CourseInfo
{
CourseInfo(const TQString &_name, const TQString &_untranslatedName, const TQString &_author, unsigned int _holes, unsigned int _par) { name = _name; untranslatedName = _untranslatedName, author = _author; holes = _holes; par = _par; }
CourseInfo();
@@ -798,7 +798,7 @@ struct KDE_EXPORT CourseInfo
unsigned int par;
};
-class KDE_EXPORT KolfGame : public TQCanvasView
+class TDE_EXPORT KolfGame : public TQCanvasView
{
TQ_OBJECT