diff options
Diffstat (limited to 'khelpcenter/application.cpp')
-rw-r--r-- | khelpcenter/application.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khelpcenter/application.cpp b/khelpcenter/application.cpp index cb9f17abb..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, |