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-06 17:21:41 +0900 | 
| commit | 230d8655b092352cc833674cc6b333552fbc1d66 (patch) | |
| tree | 7f0b65d9f30a19fc3f0afd1a2637a05d8d403a40 /tdefile-plugins | |
| parent | 53441cc1147431be397cf9e12c3ce87f152a1798 (diff) | |
| download | tdegraphics-230d8655.tar.gz tdegraphics-230d8655.zip | |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4a6df1468eb2d64d7329a75ea54f83eb2a54d52c)
Diffstat (limited to 'tdefile-plugins')
| -rw-r--r-- | tdefile-plugins/ps/gscreator.cpp | 2 | ||||
| -rw-r--r-- | tdefile-plugins/raw/kcamerarawplugin.cpp | 4 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/tdefile-plugins/ps/gscreator.cpp b/tdefile-plugins/ps/gscreator.cpp index 88601a4c..e654efeb 100644 --- a/tdefile-plugins/ps/gscreator.cpp +++ b/tdefile-plugins/ps/gscreator.cpp @@ -81,7 +81,7 @@  extern "C"  { -    KDE_EXPORT ThumbCreator *new_creator() +    TDE_EXPORT ThumbCreator *new_creator()      {          return new GSCreator;      } diff --git a/tdefile-plugins/raw/kcamerarawplugin.cpp b/tdefile-plugins/raw/kcamerarawplugin.cpp index 6ac4759c..dd367f65 100644 --- a/tdefile-plugins/raw/kcamerarawplugin.cpp +++ b/tdefile-plugins/raw/kcamerarawplugin.cpp @@ -38,8 +38,8 @@ typedef KGenericFactory<KCameraRawPlugin> RawFactory;  K_EXPORT_COMPONENT_FACTORY(tdefile_raw, RawFactory("tdefile_raw")) -#ifndef KDE_EXPORT -# define KDE_EXPORT +#ifndef TDE_EXPORT +# define TDE_EXPORT  #endif  /* Main entry point into raw parser */ | 
