summaryrefslogtreecommitdiffstats
path: root/kolf/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kolf/main.cpp')
-rw-r--r--kolf/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kolf/main.cpp b/kolf/main.cpp
index a7b33cda..cc05981b 100644
--- a/kolf/main.cpp
+++ b/kolf/main.cpp
@@ -11,7 +11,7 @@
#include "kolf.h"
#include <iostream>
-#include <kdemacros.h>
+#include <tdemacros.h>
using namespace std;
static const char description[] =
@@ -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/");