diff options
Diffstat (limited to 'kview/main.cpp')
-rw-r--r-- | kview/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kview/main.cpp b/kview/main.cpp index 9faba378..6d1e8227 100644 --- a/kview/main.cpp +++ b/kview/main.cpp @@ -31,7 +31,7 @@ static TDECmdLineOptions options[] = TDECmdLineLastOption }; -extern "C" KDE_EXPORT int kdemain( int argc, char ** argv ) +extern "C" TDE_EXPORT int kdemain( int argc, char ** argv ) { TDEAboutData about( "kview", I18N_NOOP( "KView" ), KVIEW_VERSION, description, |