diff options
| -rw-r--r-- | kbiff/main.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/kbiff/main.cpp b/kbiff/main.cpp index 0739461..c34a496 100644 --- a/kbiff/main.cpp +++ b/kbiff/main.cpp @@ -18,7 +18,7 @@ static TDECmdLineOptions option[] =     { 0, 0, 0 }  }; -extern "C" KDE_EXPORT int kdemain(int argc, char *argv[]) +extern "C" TDE_EXPORT int kdemain(int argc, char *argv[])  {    TDEAboutData aboutData( "kbiff", I18N_NOOP("KBiff"),        kbiff_version, description, TDEAboutData::License_GPL, | 
