diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-05 17:48:27 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-05 17:48:27 +0900 |
commit | 4a6df1468eb2d64d7329a75ea54f83eb2a54d52c (patch) | |
tree | ade4871d8ebf48968a07d83f274350037a8b816c /kview/main.cpp | |
parent | 20024a9ce4e3d9ae0266279d250c093ff7af12dc (diff) | |
download | tdegraphics-4a6df1468eb2d64d7329a75ea54f83eb2a54d52c.tar.gz tdegraphics-4a6df1468eb2d64d7329a75ea54f83eb2a54d52c.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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, |