diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-03-02 23:32:05 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-03-02 23:32:30 -0500 |
| commit | 5f68f3a33b1dbe0b47688e4b671e285a474f65ea (patch) | |
| tree | 69a362c5aba09393ef0f78cc7245c36310ada5bb /sigmodr/corewidgets | |
| parent | 98f4abed3e655f760560c3fea6b57cce2c61171c (diff) | |
| download | sigen-5f68f3a33b1dbe0b47688e4b671e285a474f65ea.tar.gz sigen-5f68f3a33b1dbe0b47688e4b671e285a474f65ea.tar.xz sigen-5f68f3a33b1dbe0b47688e4b671e285a474f65ea.zip | |
Use KDE_NO_EXPORT instead of KDE_IMPORT
Diffstat (limited to 'sigmodr/corewidgets')
| -rw-r--r-- | sigmodr/corewidgets/Global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sigmodr/corewidgets/Global.h b/sigmodr/corewidgets/Global.h index 4a0dce40..af701933 100644 --- a/sigmodr/corewidgets/Global.h +++ b/sigmodr/corewidgets/Global.h @@ -27,7 +27,7 @@ # else # define SIGMODRCOREWIDGETS_EXPORT KDE_IMPORT # endif -# define SIGMODRCOREWIDGETS_IMPORT KDE_IMPORT +# define SIGMODRCOREWIDGETS_NO_EXPORT KDE_NO_EXPORT #endif #ifndef SIGMODRCOREWIDGETS_EXPORT_DEPRECATED |
