summaryrefslogtreecommitdiffstats
path: root/khelpcenter/application.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khelpcenter/application.cpp')
-rw-r--r--khelpcenter/application.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/khelpcenter/application.cpp b/khelpcenter/application.cpp
index 631818dfa..628b844a5 100644
--- a/khelpcenter/application.cpp
+++ b/khelpcenter/application.cpp
@@ -58,7 +58,7 @@ static TDECmdLineOptions options[] =
TDECmdLineLastOption
};
-extern "C" int KDE_EXPORT kdemain( int argc, char **argv )
+extern "C" int TDE_EXPORT kdemain( int argc, char **argv )
{
TDEAboutData aboutData( "khelpcenter", I18N_NOOP("Trinity Help Center"),
HELPCENTER_VERSION,
@@ -86,5 +86,3 @@ extern "C" int KDE_EXPORT kdemain( int argc, char **argv )
return app.exec();
}
-
-// vim:ts=2:sw=2:et