diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-03-04 21:09:05 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-03-04 21:09:05 -0500 |
| commit | c78532706c8a33357ffd442dc43ab382b3866ddc (patch) | |
| tree | 05b822e387ce80f44d67fbb0a79fec928d4e1a32 /sigencore/plugins | |
| parent | e60f698cb79de1ab4dc4bc8e28e9fae890ef3816 (diff) | |
Use NO_EXPORT, not IMPORT
Diffstat (limited to 'sigencore/plugins')
| -rw-r--r-- | sigencore/plugins/ArenaPlugin_p.h | 2 | ||||
| -rw-r--r-- | sigencore/plugins/Global.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sigencore/plugins/ArenaPlugin_p.h b/sigencore/plugins/ArenaPlugin_p.h index 1ec9ed42..24e288c0 100644 --- a/sigencore/plugins/ArenaPlugin_p.h +++ b/sigencore/plugins/ArenaPlugin_p.h @@ -25,7 +25,7 @@ namespace Sigencore { namespace Interfaces { -class SIGENCOREPLUGINS_IMPORT ArenaPlugin::Private : public QObject +class SIGENCOREPLUGINS_NO_EXPORT ArenaPlugin::Private : public QObject { Q_OBJECT diff --git a/sigencore/plugins/Global.h b/sigencore/plugins/Global.h index dc987666..c67312dc 100644 --- a/sigencore/plugins/Global.h +++ b/sigencore/plugins/Global.h @@ -27,7 +27,7 @@ # else # define SIGENCOREPLUGINS_EXPORT KDE_IMPORT # endif -# define SIGENCOREPLUGINS_IMPORT KDE_IMPORT +# define SIGENCOREPLUGINS_NO_EXPORT KDE_NO_EXPORT #endif #ifndef SIGENCOREPLUGINS_EXPORT_DEPRECATED |
