diff options
Diffstat (limited to 'kolf')
-rw-r--r-- | kolf/game.h | 4 | ||||
-rw-r--r-- | kolf/kolf.h | 2 | ||||
-rw-r--r-- | kolf/main.cpp | 2 |
3 files changed, 4 insertions, 4 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 diff --git a/kolf/kolf.h b/kolf/kolf.h index a90c4fff..67ce4c91 100644 --- a/kolf/kolf.h +++ b/kolf/kolf.h @@ -24,7 +24,7 @@ class Player; class TQWidget; class Editor; -class KDE_EXPORT Kolf : public TDEMainWindow +class TDE_EXPORT Kolf : public TDEMainWindow { TQ_OBJECT diff --git a/kolf/main.cpp b/kolf/main.cpp index a7b33cda..1b9caa76 100644 --- a/kolf/main.cpp +++ b/kolf/main.cpp @@ -27,7 +27,7 @@ static TDECmdLineOptions options[] = }; -extern "C" KDE_EXPORT int kdemain(int argc, char **argv) +extern "C" TDE_EXPORT int kdemain(int argc, char **argv) { TDEAboutData aboutData( "kolf", I18N_NOOP("Kolf"), version, description, TDEAboutData::License_GPL, "(c) 2002-2005, Jason Katz-Brown", 0, "http://www.katzbrown.com/kolf/"); |