diff options
Diffstat (limited to 'kolf/main.cpp')
-rw-r--r-- | kolf/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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/"); |